Dropdown placeholder and white option

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?
Immagine 2022-11-10 155511

Hi @anyverse,
You can set event in your workflows, “An input vaslue is changed”

image

Then check if this dropdown value is empty and do the action “Reset relevant inputs”

image

This works good for me.

1 Like

Thanks for the reply, it works perfectly !!

1 Like