How to process all the elements in queue sequentially?

Hi, I have a scenario with a webhook trigger. It has 45 elements in the queue to be processed. I want to activate the scenario to process all the data sequentially. However, when I selected the “Activate Scenario” option, all the data was processed in parallel, which caused several errors due to some modules crashing because of rate limits or timeouts.

I need to process these 45 elements one by one instead of in parallel. Is it possible to do this automatically without having to manually execute each one?

Hi Javier,

You should turn on the sequential processing in your scenario’s settings.
Basically this setting ensures that only one element is processed at a time…and as such would help avoid errors due to rate limits or timeouts

See below link from the Make help docs on how to do so

https://www.make.com/en/help/scenarios/scenario-settings#1---sequential-processing

Cheers,
Harsh