Hey there,
Atm I am creating a App for a Restaurant. So now he wants me to do different Menus for different days… how can I input this into the Database, that it automatically updates every day?
Thanks
Hey there,
Atm I am creating a App for a Restaurant. So now he wants me to do different Menus for different days… how can I input this into the Database, that it automatically updates every day?
Thanks
You mean:
Monday > Menu
Tuesday > Menu
etc…?
Yes!! Exactly this
Welp, for updating different menus on different days automatically, you could try adding a “day” field in your database and assign menus to specific days. Then, you’d write a script to check the current day and pull up the corresponding menu. It’s like setting up a simple schedule that updates itself based on the day of the week.
?
I’m not sure what you mean by “write a script”…
You just need a hidden input with a default value of “Current Time” with the time format set to day of the week. Then use that input to filter the list.
The last step is to hide the input (shrink it to a small size and make it 0 opacity).
“Welp, for updating different menus on different days automatically, you could try adding a “day” field in your database and assign menus to specific days. Then, you’d write a script to check the current day and pull up the corresponding menu. It’s like setting up a simple schedule that updates itself based on the day of the week.”
I had a similar thought when I was at a place near restaurants around Sydney Olympic Park, Bacar. I was chatting with a friend about their seasonal specials, and it made me think about how cool it’d be if they had a rotating menu.
Definitely not necessary to write any sort of script for this type of thing on Adalo. It’s really as simple as what flawless said. Using a hidden input with the date and time.