Hello, I need help because I'm going crazy in a moment, I'm trying to learn powerapps, but as soon as I solve one problem, three more appear. I have a gallery that lists the assortment for me, the table is filtered thanks to a formula that narrows the list view down to a category
If(filtr.Selected.Result = "Pokazuj wszystko";asortyment;Filter(asortyment;Grupa=filtr.Selected.Result))
I'd also like the list to be searched by the user using searchbox, and here's the code:
Filter(asortyment;StartsWith('Nazwa asortymentu';TextInput5.Text))
I've been struggling with it for an hour, I searched google but nothing works. PLEASE HELP!