Hi everyone,
I’m having trouble making this code work in the Items property of Dropdown 2. When I try to search using this dropdown, no list is generated.
Dropdown 1 uses a similar code but without the IsMatch filter line, and it works fine. In the DisplayFields of Dropdown 1, I’m using "DisplayName", and I can clearly see that some DisplayNames contain "Madrid".
So my question is: Why does IsMatch not work in Dropdown 2 to filter DisplayName for "Madrid", when the data is clearly present?
Main objective is to get the list from dropdown 1 but only those that contain "Madrid" in their DisplayName.