Hi, have an app generated from a sharepoint list. In the gallery the items is set to,
SortByColumns(Filter([@JobRegister], StartsWith(Company, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
I have a date field named DOE and want the sort icon to show most recent date
The sort icons Onselect is set to UpdateContext({SortDescending1:true})