I’m having API requests to the 3rd party application in my scenario.
When one of them gives the “Internal Server Error [500]” error. My scenario is automatically getting deactivated. And I need to go and again activate the scenario manually.
How can I prevent a scenario go from activate to deactivate? I dont want to go there and activate it manually everytime.
An error module goes to the end of the flow, it doesnt have to be connected to each module. Am I right?
And when I add ignore module for example at the end of my flow, then it won’t deactivate the flow when there is an error on an activated flow. Am I right?
There is no “generic” error handler available in Make. You must define an error path on each app where you would like to catch the error and define some logic.