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 / Sorting combobox values
Power Apps
Unanswered

Sorting combobox values

(0) ShareShare
ReportReport
Posted on by 68

Hi, 

 

I am trying to sort the values from my combobox without success. Here is my code. 

 

If(
 varCurrentLanguage = "English",
 Sort(
 ForAll(
 Distinct(
 Filter(
 OM,
 'Type of Authority' = cmbTypeAuth.Selected.Result
 ),
 'Position Title'
 ),
 {Result: ThisRecord.Value}
 ),
 SortOrder.Ascending
 ),
 Sort(
 ForAll(
 Distinct(
 Filter(
 OM,
 'Type d''autorité' = cmbTypeAuth.Selected.Result
 ),
 'Titre de position'
 ),
 {Result: ThisRecord.Value}
 ),
 SortOrder.Ascending
 )
)

 

Any help would be greatly appreciated.

 

Thank you.

 

 

Categories:
I have the same question (0)
  • Ethan_009 Profile Picture
    4,838 Moderator on at

    Hi @Whoule ,

     

    Well, I haven't used ForAll in such scenarios so I doubt:
    Does this code work?

    If(
     varCurrentLanguage = "English",
     Sort(
     Distinct(
     Filter(
     OM,
     'Type d''autorité' = cmbTypeAuth.Selected.Result
     ),
     'Position Title'
     ),
     SortOrder.Ascending
     ),
     Sort(
     Distinct(
     Filter(
     OM,
     'Type d''autorité' = cmbTypeAuth.Selected.Result
     ),
     'Titre de position'
     ),
     SortOrder.Ascending
     )
    )

     

    Hope this helps

  • MarcelLehmann Profile Picture
    378 on at

    @Whoule 

     

    U could use that formula (I've tested it)

    So u have everything in one formula:

     

    Sort(Distinct(Filter(OM,'Type of Authority'=cmbTypeAuth.Selected.Value || 'Type d''autorité'=cmbTypeAuth.Selected.Value),If(varCurrentLanguage = "English",'Position Title','Titre de position')),"Value",SortOrder.Ascending)

  • Whoule Profile Picture
    68 on at

    The sorting still doesn't work...

  • Whoule Profile Picture
    68 on at

    The sorting still doesn't work...

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 414

#2
Valantis Profile Picture

Valantis 408

#3
timl Profile Picture

timl 339 Super User 2026 Season 1

Last 30 days Overall leaderboard