Hello,
I am trying to sort my screen by date instead of by title. I am unsure of the syntax to use here. My date column is called "Date".
Thanks in advance for any help that can be given.
This is the current syntax:
SortByColumns(Filter([@'RV-XFMR-PM'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))