Question
1
Replies
198
Views
Posted: May 10, 2018
Last activity: November 6, 2018
Closed
Using a try...catch block for automations with two exit points
I am trying to implement a try...catch block to an automation I have. See photo below. As you can see, it has two exit points - for success and failure. But at some point in the automation, it might have uncaught exceptions, so I decided to wrap it in a try...catch block. But to which exit point do I have to connect the "catch" block? Is it one for each exit point or just one (and to which one)?
You can connect it off of the Execute block. Try catches are a little tricky. It would actually work off of one of the Exit points as presumably you will only do something off of the Exception anyway.