Page 1 of 1
Exception (change connection to)
Posted: 20 Nov 2018 04:49
by Rafi4
Hi
I want to know what is main purpose of change connection to "exception"As in screen shot. How can I use? give me one example.
Re: Exception (change connection to)
Posted: 20 Nov 2018 10:44
by Wibbly
If the preceding action/condition creates an error condition, the flow will continue down the "exception" path instead of just stopping with the error. It's used as a way for the flow to automatically handle error conditions.
For example, I use it to handle if/when the "Mail with Gmail" Action fails for some reason (e.g. bad internet connection). If it fails, my script follows the 'exception' path, sleeps, and then loops back and re-tries to send the email a few times, instead of just stopping with the error the first time...