Hi Experts,
I am creating an announcement list. Currently, the list is sorting from oldest to newest by default.
How can we set the default sorting of the lits from Newest to Oldest? What formula should be used?
Many thanks!
Best regrads,
Tom
Items. You could even incorporate something like the above into a filter:
Sort(Filter(ImageLib,ID=BrowseGallery1.Selected.ID,ItemType="Image"),Modified,Descending)
Hi, I'm trying to implement the same solution and can't figure out where to insert this formula in the gallery. Could you point me in the right direction?
Thank you
Hi Mona,
I have a similar issue for data table.
Can't seem to find the "sort" function you mention from the left drop down menu on power apps.
Can you help with this?
Thanks
Hi Mona,
It works perfectly!
Many thanks for your great support!!
Best regards,
Tom
Hi @TomLU123,
Find the formula on this gallery and change the sorting order from Ascending to Descending. Here's an example on how to sort by the most recent date:
Sort(datasource,CreatedOnDateTime,Descending)
Regards,
Mona
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,079
Most Valuable Professional