Hello
I would like to sort the items in my gallery by default using the (ThisItem.unik) value
Announcements
Hello
I would like to sort the items in my gallery by default using the (ThisItem.unik) value
SortByColumn(AddColumns(Filter(ListName,Name= TextInput.Text),"unikTxt",unik.Value),unikTxt,Ascending)
Thanks, but how do i implement it with the filter?
Item Property of Gallery:
SortByColumn(ListName,unik,Ascending)
if unik is choice type column then:
SortByColumn(AddColumns(ListName,"unikTxt",unik.Value),unikTxt,Ascending)
Hello,
In your gallery's items parameter :
Sort('Source',Unik,Ascending)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1