
Announcements
Hello,
I'm looking for a code to sort my list by date.
Replace this code by sort by date
If(SortDescending1; "Trier la liste par ordre alphabétique inverse"; "Trier la liste par ordre alphabétique"

Thnak you
Hi @Mak76
This is not the place that you should modify if you want to change the sort field for your gallery.
I suggest that you set this back to the default value of this:
UpdateContext({SortDescending1: !SortDescending1})
If you then view the Items property of your gallery control, the default value of this will include a call to the SortByColumns function. You should modify this so that it refers to the date field that you want to sort by.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-sort