Hello everyone,
PowerApp is a new thing for me and I have no idea how to search my problem. Its going well for now, but I now want a Gallery that would be able to be filtered by a TextSearchBox and Multiple DropDown windows. What I think is correct is:
SortByColumns(Search(Filter(Contracten; Dropdown1.SelectedText = 'Uitgever'); TextSearchBox1.Text; "Afdeling";"Opmerking";"Title");If(SortDescending1; Descending; Ascending))
But this clearly is not working for me. If anyone could help, would be nice.
Thank you!