For something like a drip campaign (seems like what you’re doing) of emails I’d do a scheduled api workflow to send/schedule the first email. In your DB have this set with a field for “id” #1 at the end of the flow it would schedule the same api workflow but this time your data sent is “do search for email” with constraints of id = current api workflow “Id” + 1

So then #2 would send.

Then the logic would carry over because once #2 sent the current Id + 1 would = Id #3 so it would work perfect.

1 Like