I want to submit an action in Slate as soon as a dropdown value changes (the action should take the selected dropdown value as a parameter).
The dropdown: w_dropdown_1
The action form: w_foundry_action_1 with
I added an event like the one below:
But my action is sometimes submitting with the previously selected dropdown value.