so, maybe I’ve done something odd, but I think this behavior looks weird.
I have a button with a workflow that calls a few custom events. Each time the button is pressed an internal variable in the database gets toggled from VISIBLE = yes to VISIBLE = no and vice versa.
Based on the value in the database, the text box is toggled on/off.
However, as I have it set up now, pushing the button will toggle the db value, but will not trigger the correct custom event (only triggers the first of two custom events).
any help would be appreciated.
you can find the app here (can this be seen/modified by the community? I’m kinda noob):
This is an issue I’ve encountered once before. The first trigger succeeds and the second fails. Even if you swap the order of the two, it’s always the first that succeeds and the second that fails.