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 / Acronym List Search an...
Power Apps
Answered

Acronym List Search and Sort Question

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

 

I'm new to PowerApps and this is my first time writing in.  I have built an Acronym PowerApp with the following browse gallery code:

 

SortByColumns(Filter(Acronyms, StartsWith(Acronym, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))

 

I want to be able to do two things:

1) Search for an acronym (e.g. asap) and have it return that result (the above code works fine for that).

2) I want to return a list of all acronyms beginning with a specific letter with all of the results sorted in alphabetical order. The first part is okay- if I type in the letter P I get all of the acronyms that start with the letter P, but they don't appear in alphabetical order.

 

Can someone please help me out?  If we need to reference a secondary column, I do have a column in my SharePoint list called "Letter".

 

Thank you,

Teresa

Categories:
I have the same question (0)
  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    I think you just need to make one small change to your SortByColumns and change "Title" to "Acronym".

     

    SortByColumns(Filter(Acronyms, StartsWith(Acronym, TextSearchBox1.Text)), "Acronym", If(SortDescending1, Descending, Ascending))

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard