Hello,
I'm new to PowerApps and I'm encountering some challenges while creating my app. Currently, I have a vertical gallery that displays product categories and a horizontal gallery showing individual products.
To sort my horizontal gallery by category using the vertical gallery selection, I'm using the formula: Filter(ShoeDataTable, 'ProductCategory' = galShoeType.Selected.'ProductCategory')
Additionally, I want to implement a search functionality to filter the gallery by product name. I'm using the formula: Filter(ShoeDataTable, StartsWith(ProductName, TextInput.Text))
However, I'm facing issues in combining these functionalities seamlessly. Any assistance on resolving this would be greatly appreciated.
Thank you.

Report
All responses (
Answers (