If any error occurs

Hello guys,

Is there a way to run the program and if any error occurs, in any sequence or flow, I can catch that error?

Thanks

Hi @Robert_K

You can use Try Catch activity for this

I know the Try Catch activity, but in a Flowchart with a lot of sequences, it’s too much. Wondered if there is a simpler way, to catch any error, from the whole flowchart.

Why can’t u wrapped the whole worlflow with a try catch

1 Like

Sounds to me as if you like to use the REF for your automation.