web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filter Sort challenge
Power Apps
Unanswered

Filter Sort challenge

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Folks,

 

I should like to sort the gallery on the the items property that already has a filter function that works.

 

I only have 700 or so records (bumped up to 2000 in the details), but I'm getting delegation warnings when I add a sort. I'm probably not adding the syntex correctly and would really appreciate some guidance with it.

 

The filter:

 

 

 

Filter('Course Reviews Quality Table U2', StartsWith('Course Code', TextInput1.Text) Or StartsWith(Department,Trim(TextInput1.Text)))

 

 

 

With Sort:

 

 

 

Sort(Filter('Course Reviews Quality Table U2', StartsWith('Course Code', TextInput1.Text) Or StartsWith(Department,Trim(TextInput1.Text))),"Title")

 

 

 

 

mc00515_0-1686240610719.png

Not only does the sort not sort, but it is duplicating records that don't exist in the SP list.

 

mc00515_2-1686240703704.png

Thanks in advance

 

 

 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Update: 

     

    A rookie mistake. It's duplicating records because the field names were the same. Once I corrected that, no more dupes.

     

    I still have the sort challenge however, so if anyone has  the received wisdom on Sort/Filter syntax, please do support?

  • EddieE Profile Picture
    4,643 Moderator on at

    @Anonymous 

    It's most likely to do with the Trim function you are using. Maybe try setting a variable in the OnChange of your text input then use that in your Filter?

     

    Eg

    // OnChange of text input
    UpdateContext({ vSearchText: Trim(TextInput1.Text)})

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard