Empty the values present in the drop down of UiPath Form

Hi All,

I want to empty the values present in the drop down of UiPath Form. I’ve created a UiPath Form using Form Designer and I want to empty the values of a drop down.
I can disable the dropdown using edit form property but unable to clear the values. Please help asap.

Regards,
Dev

@devanand.1292

What do you mean empty it?

Give a empty dropdown?

Or after doing some activity on form clear it?

Cheers

Say, we have values in drop down which has to be cleared out.

@devanand.1292

give the default as blank

cheers

I’ll explain the scenario in detail, Say I’ve created a Ui Path form from Form Designer as follows,

Dropdown 1 → Food → 1. Fruit 2. Veggies
Dropdown 2 → Place → 1.Home 2.Shop

Condition:
If we select Fruit, then place will show us the dropdown values as 1.Home and 2. Shop - Users can select either one or both.
If we select Veggies, then place will be disabled - Users cannot choose any value.

Issue:
If the user by mistake selects Veggies from Food, the options in Place → Home and Shop are disabled but I want to empty the value to null.

I hope I’m not confusing you. Please help.

@devanand.1292

This is not in create form task right? Not for action center but for a local form?

If yes then use form triggers to control the values based on the selection made and update the dropdown values

Cheers

1 Like

Thanks for the support!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.