How to set states "asynchronous" issue?

Hi there, @hermes… one way to do what you described is to set up two workflow events for the button, and put conditions on the events that specify when each event should run. In your case, one of the events would be something like when the button is clicked and the custom state’s value is “clicked”, and the other event would be when the button is clicked and the custom state’s value is “not-clicked”.

Another way you could go is to have a custom state with a state type of yes/no, and then you could use one workflow event with the handy trick that @adamhholmes describes in this thread.

Hope this helps.

Best…
Mike

1 Like