Page 1 of 1

Error Handling

Posted: 31 Mar 2020 15:43
by goozkan
Hi everyone,
Firstly ı am new here, I checked actıons triggers section and search the forum but couldnt find a solution yet.

İs there any way to handle error during flows?

like "if this action gives arror then do this" or a way to not to bother that error at least.

Thanks ın advance.

Re: Error Handling

Posted: 31 Mar 2020 16:01
by BoBo
Besides opening the log(file viewer) at runtime (and after) with pressing the three dots at the top right of your flow panel > "Log" - I only remember two more options:
Action:Write to Log
Condition:Debug Dialog

... so, let's wait till others offer some additional/more sophisticated options :)

Re: Error Handling

Posted: 31 Mar 2020 16:03
by anuraag
You can connect two action/condition with exception connection.
http://automagic4android.com/forum/view ... 733#p22925

Re: Error Handling

Posted: 31 Mar 2020 16:22
by goozkan
anuraag wrote:
31 Mar 2020 16:03
You can connect two action/condition with exception connection.
http://automagic4android.com/forum/view ... 733#p22925


Thanks. works nicely.