Enum list with dependent dropdown

Gagan_Arora
Participant II

Hi,

I am having a dependent drop down column in my app. i want to choose multiple values from it, as enum list type. but it is only acting as enum type. suggest how can i change it without entering enum list values mannually.

i have used valid if experession with Tablename[column name] method to create a drop down.

0 7 961
7 REPLIES 7

Steve
Participant V

You should just have to change the columnโ€™s type from Enum to EnumList. Have you tried that?

yes i did. but still it is not allowing me to select multiple values

Please post a screenshot of the EnumList columnโ€™s configuration.

When we use EnumList as columnโ€™s type - Dependent dropdown is not working.

Hi,

Try EnumList and Valid If it will work, I verified and its working for me.
2X_e_e75ac2f5472b56323df678d8f36ced6716bbd411.png

Thanks,
Vinit

Leave enumlist value as blank and read data from excel sheet.

N_Srikanth
Participant I
Top Labels in this Space