NAVIGATION, HOW CAN i KNOW WHERE IN ADVANCE
ex.,
On BlockA.ItemA, I have a POST-TEXT trigger that does some data validations. I want this to happen in all cases, except when one of 2 buttons are pressed. In these cases, I want to ingore the POST-TEXT trigger.
In the POST-TEXT trigger, how can I know if one of these buttons were pressed before any data validations are attempted?
Thanks in advance.