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 / Drop-Down Menu Contain...
Power Apps
Answered

Drop-Down Menu Containing File Names Needs to Sort in Ascending Order

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a drop-down menu that lists files names that are located in the Teams SP default document library in a specific folder.  The code below is on the "Items" property and works but I need to list the files in A-Z ascending order. What do I need to add to make this work? Any recommendations are greatly appreciated.

 

Filter(Documents, 'Folder path' = "Shared Documents/Response/Files/Red/" && !IsFolder)

 

 

Categories:
  • Verified answer
    mdevaney Profile Picture
    29,993 Moderator on at

    @Anonymous 

    Assuming the name of the document is stored in the Title column will this work for you?

    Sort(Filter(Documents, 'Folder path' = "Shared Documents/Response/Files/Red/" && !IsFolder), Title, Ascending)
    

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you @mdevaney for your quick response.  The title field does not contain the file name so I am using the Name column field in SP to hold the file names.  Your suggestion was the solution and it is much appreciated!

    // Worked!
    Sort(Filter(Documents, 'Folder path' = "Shared Documents/Response/Files/Red/" && !IsFolder), Name, 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard