Hello everyone,
I have a power apps application connected to a Microsoft List, this list contains collones choices with a city name as title.
In my application I have a listBox with the names of these cities, a dropdownbox with the available choices and a gallery.
I want to filter my list according to the selected city and the selected choice but I don't know how to convert ListBox1.Selected into records to get the value and compare it with dropdownbox.SelectedText.Value:
Exemple for Adrian city:
SortByColumns(Filter([@TestEmilien], Adrian.Value=Dropdown1.SelectedText.Value), "Title", If(SortDescending1, Descending, Ascending))