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 / Make default Drop Down...
Power Apps
Answered

Make default Drop Down value "SELECT" instead of first value found in SharePoint list

(0) ShareShare
ReportReport
Posted on by 1,146

Thank you for taking the time to read my question.

 

I have a drop down in my app that has a SharePoint List column as it's Item's source.

 

Is there a good way of adding something like "SELECT" to the drop down as the default value so that the user has to make a choice?

 

I put " SELECT" into my list and then I sorted my Items for the drop down, but it seems that SharePoint won't let me put in a leading space. I don't want to have an underscore before "_SELECT" either.

I don't think it's necessary to have a second column in my list with numbers that I sort on either as items may be added or removed, and therefore make the numbers pointless.

 

Thanks

Categories:
  • iwonder Profile Picture
    1,146 on at

    I am trying this on AppStart, but is there a better way than having to store Collections?

     

    ClearCollect(colFeedPrg,{FdPrg:"SELECT"});
    ForAll(Sort(FeedProgram,Title,Ascending) As src,Collect(colFeedPrg,{FdPrg:src.Title}));

     

    Thanks

  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @iwonder ,

     

    You could use SortByColumns() function and AddColumns() function.

    vxiaochenmsft_0-1624326639212.png

     

    Add a dropdown control and set its Items property to:

    SortByColumns(AddColumns(LIST131.Title,"Number",If(Title="Select",1,Blank())),"Number",Ascending,"Title",Ascending) 

    vxiaochenmsft_1-1624326690465.png

     

    Best Regards,
    Wearsky
    If my post helps, then please consider Accept it as the solution to help others. Thanks.

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard