Hello Glide Community,
I am in the process of creating a simple to-do list app on Glide and need some guidance on tracking repetitive daily tasks. Specifically, I want to ensure that once a task is marked as “done” (checked), it reappears the next day as an unchecked (empty) task.
My inquiry is:
- Is creating this functionality a matter of setting up a custom action?
- Should this be handled with query columns, or is there another method to achieve this?
To summarize, I need a way to automate the reset of the task status each day. When the status (boolean) is checked today, the same task should automatically appear the next day with the status (boolean) unchecked.
Any advice or guidance on how to implement this would be greatly appreciated.
Thank you!