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.
Exception (change connection to)
Moderator: Martin
Exception (change connection to)
- Attachments
-
- Record4.jpg (53.03 KiB) Viewed 6056 times
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1
Samsung Galaxy j2 non rooted.
Android 5.1.1
Re: Exception (change connection to)
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...
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...