Hello,
I’m a novice at power aps and have recently created a canvas app based on a SharePoint list using the default layout that came up. There are a couple things I can’t get working and would like some assistance please.
On BrowseScreen1 the search function only searches the first letter of the ‘title’ field, I’d like it to search the whole title. I’ve tried to change the formula to use IsMatch, Match and MatchAll instead of StartsWith but had no success. The current formula for the browse gallery is ‘SortByColumns(Filter([@SpareParts], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))’

Also I have added a drop down to BrowseScreen1 and was hoping to filter on category. However the drop down is based on a category column in the SharePoint list and does not appear as an option in value (see screenshot, the column I want is called ‘category’). As a work around I used the formula ‘Distinct(SpareParts, Category.Value)’ but this only pulls through 8 of the 11 options that are available in SharePoint. How can this be resolved and can the dropdown be added to the browse gallery formula to either be filtered or searched or both?

Thank you, regards
Nick