I am building a simple daily task management zap connected to airtable. I want any task that was not “Done” to be forwarded to the following day (at 3AM) so when I start work I have all uncompleted tasks automatically in today's task list.
So far my zap steps are
1 - Zaper Schedule, trigger is everyday at 3am
2 - Airtable, find record where Status is not Done
3 - Airtable, update Record so Date is today not yesterday
Step 3 is where I'm struggling, how can I change all not “Done” dates to today?
(New to Zapier.)