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?