Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Sort gallery items

(0) ShareShare
ReportReport
Posted on by 26

Hello

I would like to sort the items in my gallery by default using the (ThisItem.unik) value

 

 

Categories:
  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at
    Re: Sort gallery items

    SortByColumn(AddColumns(Filter(ListName,Name= TextInput.Text),"unikTxt",unik.Value),unikTxt,Ascending)

  • CU05080816-2 Profile Picture
    26 on at
    Re: Sort gallery items

    Thanks, but how do i implement it with the filter?

  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at
    Re: Sort gallery items

    Item Property of Gallery:

     

    SortByColumn(ListName,unik,Ascending)

     

    if unik is choice type column then:

    SortByColumn(AddColumns(ListName,"unikTxt",unik.Value),unikTxt,Ascending)

  • DavidZoon Profile Picture
    738 Most Valuable Professional on at
    Re: Sort gallery items

    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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1