Exception (change connection to)

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

Exception (change connection to)

Post by Rafi4 » 20 Nov 2018 04:49

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.
Attachments
Record4.jpg
Record4.jpg (53.03 KiB) Viewed 6057 times
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

Wibbly
Posts: 418
Joined: 17 Mar 2014 09:02

Re: Exception (change connection to)

Post by Wibbly » 20 Nov 2018 10:44

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...

Post Reply