Hi,
I have a power app for a SharePoint task tracker. The sort function (Up down arrow) on the app sorts by alphabetically. I want it to sort if the progress is "in progress" or "complete"
What code do I need to change? I need the progress value to be the sorting item.
SortByColumns(Filter([@'Work progress tracker'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))