Page 1 of 1
No error messages
Posted: 15 Jan 2013 09:31
by bing281
I need to have a way to suppress error messages in notification
Re: No error messages
Posted: 15 Jan 2013 15:13
by Martin
What kind of action is producing the unwanted error messages in your case?
Generally suppressing the error messages is a bit risky.
Re: No error messages
Posted: 17 Jan 2013 02:57
by bing281
It was ffom the int device orientation variable timing out
Re: No error messages
Posted: 18 Jan 2013 13:39
by kakharin
Me too. There are error messages in notification statusbar when GPS can not fix for position/location.
Re: No error messages
Posted: 18 Jan 2013 17:17
by Martin
I will add an option to suppress the notification in a future release.
Re: No error messages
Posted: 19 Jan 2013 00:16
by kakharin
If possible, please try to have selectable options for (1) Report to notification bar, (2) Ignore the error, (3) Trig to a new trigger for eroor handling flow(s).
Re: No error messages
Posted: 25 Mar 2013 19:18
by pilusona
Me too
. Please add the 3 options as mentioned by "kakharin" specially if possible the last one, that is error handling flow.
Re: No error messages
Posted: 06 Apr 2013 15:13
by LightTempler
Some kind of error catching really would be fine
Or supressing the notification.
Or (most comfortable): A checkbox in all actions 'supress errors'.
My actual need: File manipulation (Waiting for a file arriving in Dropbox, realized with
a repeated timer trigger and a download action) without anoying messages in notification
area.
Re: No error messages
Posted: 30 Dec 2014 04:08
by postaletter
Has this feature been added? I would like to suppress Bluetooth device connection error in a flow that tries to connect to my car on an incoming call.
Re: No error messages
Posted: 02 Jan 2015 15:08
by Martin
Hi,
Yes, this feature has been added some time ago.
-append another action to the action that produces the error
-select the connection between the two actions
-select the edit button
-switch connection type to Exception
The second action will only be executed when the first one fails.
Regards,
Martin