Hi,
I want the user to select a specific combination of values from the enum-list , where if user selected a different combination the app will not accept that values.
for example, if the fields of enum-list is { “Orange”, “mango”, " banana “,” Guava "} in buttons view , if i want the user to select a specific list of combinations like (1- Orange , 2- Orange, Mango, Banana 3- Banana, Guava ) only
if the user selected different combination , the app should not accept
How i can write the formula in the Data Validity ,
can someone help !