Process scenarios sequentially but not blocking - 2

I can not posted anything here anymore, so I need to open a new Topic on it


Why not do it this way? This approach won’t stop the scenario, even if there are errors!

Hi there.

Yes, this should work. You might also want to add the “Break” error handler so the incomplete executions can be resolved automatically. (https://www.make.com/en/help/errors/directives-for-error-handling#break)

Cheers,

3 Likes

I need to add the error handler for each module? I wish there is 1 setting for the complete Scenario?

Hi there.

I wish I could say Make has some kind of general error handling for the whole scenario. But, unfortunately, they don’t have it. So, if you would need to add the error handlers to all the modules throwing errors…

Cheers,

2 Likes