Hello,
I have a SharePoint list named "LS Checklist-2" that has the following columns: Date, Associate, Area, Shift, Mobile#, Inspection, Results, and Comments. In my Power App on Browse Screen 1, that screen contains the following data: Shift, Mobile#, Date , Assoc. #. I am trying to sort this data by DATE, but the sort icon is not working and this is the syntax I am using:
UpdateContext({SortDescending1: !SortDescending1}).
Can anyone figure this out? Thanks in advance!