Hello everyone,
Again I'm stuck on a new problem. I need a gallery that is able to search from a TextSearchbox, only list the same item once and sort by descend and ascend. The code i use now is:
SortByColumns(Distinct(Search([@Contracten]; TextSearchBox1_3.Text; "Uitgever"); "Uitgever"); If(SortDescending1; Descending; Ascending))
Theres no indication what is wrong, so I hope somebody knows what to do. I'm not that experienced in PowerApps
Thank you in advance!