Skip to main content

We are currently running several Zaps that include an Excel spreadsheet in the flow. The zap is triggered by Parseur receiving an email.

The problem we are having is that in some cases the emails arrive right on top of each other, almost without any pause between them. When this happens the Excel spreadsheet does not finish calculating, before the flow produces the next set of data, and then it ends up sending data from the first flow into the second flow, if that makes sense.

Is there a way to pause in between flows, or would we have to find a way to pause in between the emails at source?

Add a Delay step: https://zapier.com/apps/delay/help


That will just postpone the problem by the delay.

Imagine 3 e-mails triggering the zap at almost exactly the same time. This will start 3 zaps, running in parallel. Those 3 zaps will all hit the Excel sheet at the same time, creating the problem.

If I put a delay step of for example 1 minute into the zap, they will all 3 just hit the Excel sheet at the same time, one minute later.


Delay After Queue

 


Excellent, that seems to be doing precisely what I need. Thank you very much,