Hello Thunkable Community,
I am developing an app that is supposed to display a new “Word of the Day” each morning at 8:00 AM. I have a Google Sheets set up with a list of words, each assigned to a specific date. My current challenge is figuring out how to make the app automatically fetch the word corresponding to the current date and display it in a Label at the specified time.
Here’s what I have set up:
- A Google Sheet with two columns: one for dates and one for words.
- A Label in Thunkable that should show the “Word of the Day.”
Here’s where I need help:
- Determining how to fetch the current date in Thunkable and compare it with the dates in my spreadsheet.
- Setting a timer or trigger to update the Label with the new word exactly at 8:00 AM each day.
- Ensuring that this process happens automatically and that the user sees the new word without having to reopen the app or refresh.
I am aware that I might use the “for each item in list” blocks to iterate through the data, but I am having trouble setting up a time control that updates the information at the desired time.
Any advice or examples of blocks that you have implemented in similar projects would be immensely appreciated. Thank you in advance for your support and the brilliant ideas this community always offers!
Warm regards,
Betto