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.2k Activities
721 Answers
487 Comments
193k Users
733 Quest
417 Posts
Related Activities
Categories
Most popular tags