Error Handler
During workflow execution, if the execution of any action results in an error, the workflow stops immediately. However, if you want workflow execution to continue, use the Error Handler action after the action that might contain an error. The Error Handler action ignores the error and proceeds to the next action.
The Error Handler action cannot be connected directly to the loop block.
Output schema
The Error Handler action returns a message string.
Was this helpful?