Hello!
I have a multi-step looped zap that
- gets a list of my clients
- then a loop starts
- gets the first one, looks for their info in a database
- use the info to post content on a specific app
- goes back to step 3 for the next member
This happens overnight. Now, what I need is to send an email hours later, during the day, to notify the member of the posted content.
Question: What’s the best way to achieve this without delaying the whole loop?
I thought using a sub-zap could be the answer, but a “Delay” step inside the sub-zap will delay the loop too, right? Because the main app awaits for the info from the sub-zap. Is that correct?
What about “digest”? (I have never used it).
Thank you,
Ern