How to sort by date in a gallery? Now it sorts by title. If I click on the icon "sort..." - you can see this: UpdateContext({SortDescending1: !SortDescending1})
Perfect! Thank you sooooo much!
Hi @Heidi04 ,
In the formula that you have written on Items property, just replace the first occurrence of "Date" (from the left) with "Title" inside StartsWith function - StartsWith(Title; TextSearchbox1.Text)
Hi, thank you very much now it sorts correctly. But when I click on search, then I can no longer search by title.
What do I have to do?
Hi @Heidi04 ,
Go to Items property of BrowseGallery1:
And there you can change the column name with which you want to sort the gallery result. You can replace "Title" with "Created" or "Modified"
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.