I would like the ability to stop all subsequent triggers from being run from within a trigger.
Fore example, If a trigger detects an error, I want to ensure all subsequent triggers are cancelled. I understand that this can be done with flags, but a cleaner more concise workflow would be to have that as an option in the “then” dropdown.
It seems as though the logic is already there, given that the any trigger which follows a page transition will not run. I would like to have the ability to stop those triggers from being ran without having to transition to a new page.
Thanks!
Hi @kellen.linse , thank you for sharing - cancelling all subsequent triggers after an error would be a valuable addition and is a known improvement request.
Unfortunately it’s not quick to implement as we’d need to spend some time thinking through behavior and edge cases.
We have some work scheduled for the second half of the year to improve the trigger editing experience, and we’ll include this for consideration.
1 Like
Hi @OlgaStroilova
there is already the “Stop remaining triggers on Error” functionality.
Why not adding a trigger action “Throw custom error”, that creates an error, with a custom message and gets considered by this “Stop remaining triggers on Error”-feature?
Maybe also allow custom background color and an option to not display the message 
1 Like