In Power Apps Canvas App, What is the correct formula to search the gallery by the selected item that the user choosed from a drop-down list?
Thanks in advance
You can get the selected item that the user choose by using the formula "dropdownlist.SelectedText.Value" it will return the item that the user selected. for example, please check the bellow formula.
Filter('guid',City=Dropdown1_1.SelectedText.Value)
878 questions
584 answers
421 comments
190k users
Related Activities
Categories
Most popular tags