Change component's state on Click action

Hi all,
I have created a custom component for which I defined a state selected. Now I would like to enable / disable this state on click action. How do I do it? I can’t seem to find any available action in workflow editor that would allow to do it.

Regards,
Maciej

A state is bound to a condition, like if a variable has a certain value. OnClick change the variable value that triggers the state

Got it. Thanks!

1 Like