Issue with multiselect dropdown (Apps Studio)

I’m not sure if that’s a bug or not in the system, but for some reason, the multi select dropdown element does not function properly. The regular dropdown works fine. I have an element in which the user can select multiple locations. If a specific location is set, then an action will trigger. However, that’s not working. I tried the following:

-Dragged a multiselect dropdown on a page, and named the label to Countries. In the list sources, I added some values =[“Germany”, “France”, “Italy”]. In the event tab, I created a new rule with If/Else condition. Then I set the location to =Location.SelectedValue = Germany. In the Then tab, I set to show a message. When previewing the app, after selecting Germany, the message does not display.

@private_matter

Please try like this

cheers

1 Like

Works like a charm. :slight_smile: However, the val1 should not include quotations. Thx!

1 Like

@private_matter

I used a equals (habit :slight_smile: ) so included quotes …can remove equals then quotes also can be removed

Glad you were able to resolve

cheers

Yes right. did not pay attention to that. Cheers.

1 Like

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