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.