Hello Zapier Community,
I'm trying to build a daily automation with Zapier that:
-
Finds all items in my Notion database where the Status field is "Ready".
-
Processes each item individually through a set of actions (for example, sending an email, updating fields).
-
After processing an item, updates its Status so it is no longer "Ready" (for example, it becomes "Contacted").
-
Moves automatically to the next "Ready" item without stopping, until all items marked "Ready" are processed (up to 30 per day).
My goal: Every day, Zapier should go through up to 30 entries that have Status = "Ready",
Process each one individually,
After processing each item, change its status so it’s no longer "Ready",
Then continue looping through the next "Ready" item.
The issue I’m facing:
-
Zapier currently processes only the first "Ready" item and stops.
-
After the first status update, it does not continue automatically to the next "Ready" entry.
