New to Power Apps. I am having this weird issue with Browse Gallery.
When I include the table under 'Items', I see the data but the search bar won't work.
And if I apply the below code to 'items', I don't see any data to search. The gallery is blank
SortByColumns(Search([@Table1], TextSearchBox1.Text, "column1","column2"),"column1", If(SortDescending1, Descending, Ascending))
any idea?