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 / Clearcollect, Sort and...
Power Apps
Answered

Clearcollect, Sort and Distinct function on dropdown

(0) ShareShare
ReportReport
Posted on by 691

Hello,
I grabbed a friend's Power Apps project to help him work on it, but I don't understand a formula he put on the "OnSelect" property of his dropdown.

Could you please explain this formula to me? Thank you in advance!

 

ClearCollect(
 colCategorie;
 {Result: ""};
 Sort(
 Distinct(
 Categorie;
 Categorie
 );
 Result
))

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @s44 ,

     

    Looking at this formula it is probably used to populate a dropdown or combobox to select a category as part of some filter statement. I added comments that will hopefully clarify:

    // This formula creates a collection (colCategorie) with a single column called Result
    ClearCollect(
     colCategorie;
    //This adds an empty item at the beginning of the collection
     {Result: ""};
    //Further items are added extracting the unigue values from the Categorie data source, in the Categorie column and those are then sorted alphabetically, ascending.
     Sort(
     Distinct(
     Categorie;
     Categorie
     );
     Result
    ))

     

     

  • Hii_iii Profile Picture
    691 on at

    Thank you so much ! It's much clearer thanks to you!

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 May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard