Hello everybody,
I have a non-mandatory dropdown that has a placeholder set at the time of loading. If I select the empty option, the placeholder is no longer visible and the user does not understand what that control refers to. How can I solve?
Hi @anyverse,
You can set event in your workflows, “An input vaslue is changed”
Then check if this dropdown value is empty and do the action “Reset relevant inputs”
This works good for me.
1 Like
Thanks for the reply, it works perfectly !!
1 Like