Hi
I am very new to powerapps so this is probably a very basic question but I just can't get the search to work for me.
I am connecting to a sharepoint list called Store Locations and Location is the name of the column to search on.
In Gallery - items property - this works with just wanting to sort.
Sort('Store Locations', Location, If(SortDescending1, Descending, Ascending))
But now I want to add a search box - so users can enter a location in the search box that will then show only that location.
I have tried to change the items property for gallery to
Sort(Search('Store Locations','TextInput1-Search' Location, Store),Location If(SortDescending1, Descending, Ascending))
but I keep getting an error message with that. I'd appreciate any help that you can give.
And a follow-up question - do I need to add any properties to the search box field?
Thanks
Becky