Hello, currently I am working on a task scheduler system on notion with zapier.
What I want to do:
- I have a database in notion where all my daily to dos are listed
- Once I am done with one task, I select the checkbox "done" in notion.
- And now the goal is to reset it to “not done” every day. So every day at a certain time, my tasks are reset to “not done” because they are daily tasks (they should be checked off every day).
So what I have built so far:
- I made a scheduler by zapier
- I added "Find Database Item"
- Looping these itmes
- Update these items.
But now I am facing two issues:
First when finding an item it only finds one item (one to do on my to do list). But it should find all of them.
Second it only resets this item and nothing else.
So how can I ensure that all tasks are reset as not completed?
Thank you very much.