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)
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags