I have a gallery that is really just a bone structure right now, but I want to be able to either search a number column or have a dropdown. I created a dropdown that displays the numerical values in that column, however, it's not working. I presume it's because it is not a choice column. I did not create the datasource, so the title of the column is three words, and in the URL it is one, but it is pulling into power apps as three words. For example:
URL: TodayIsMonday
Power Apps: 'Today Is Monday'
I tried this formula:
Search(Filter(List, IsBlank (DD.Selected) || Column.Value = DD.Selected.Value), SearchBar.Text, "TodayIsMonday")
Any suggestions?