Hello, I am having some confusion on how to reset the data in a group based on the day.
i have a app that includes weekly tasks (The tasks don’t change) i wanted to make it that every Monday the tasks reset themselves. to its original state… is there a way to do this?
One way would be on page load set an action that changes each of your tasks to their original state (maybe using “make changes to a list of things) … with a condition “if current date :extract date is 1”.
Sunday is 0, Monday is 1 and so on … when expressed in numbers.