You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Hello,
I find the "Continue If/Stop If" action really useful especially when checking API response.
What I think could be useful is to add an optional
else
clause for "Continue If" to show notification or an option to show notification for "Stop If". Currently the "Show Notification" is a separate action and it makes it difficult to use together with the "Continue If/Stop If" action.
Something like
My use case is to check the response of an API and continue if success and show a notification if error is encountered and stop the rest of the action.
Thanks!