Hey Zapier community
I'm trying to build a daily outreach automation where:
-
Every day at 10 a.m., a Zap is triggered (using Schedule by Zapier).
-
Then, it should pull up to 25 items from my Notion database, where the
Status
property is set to"Ready"
.
Problem:
When I use “Schedule by Zapier” as the trigger, and then add a Notion step like Find Database Item, it only lets me search for one item — using an exact match like an email or ID.
But I want to pull a filtered list — for example:
Get all rows where
Status = "Ready"
(up to 25)
I don’t see a "Find Database Items" option, and the “Search Database” doesn't return multiple results in a usable way for looping.
My goal: → Loop through 25 “Ready” leads from Notion every day at 10 a.m.
→ Send an email via Zoho
→ Update the Status in Notion after the email is sent
Is there a workaround or trick I’m missing?