web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Changing Dropdown valu...
Power Apps
Answered

Changing Dropdown values from Sample to Custom Values

(0) ShareShare
ReportReport
Posted on by

My Powerapp is connected to a SharePoint List to store it's field data.  One of the fields is Request Status and it is a Single Line of Text.  I have it in my form and want to change it to a dropdown.  I have unlocked the Datacard and deleted the single line of text datacard value and then added a dropdown control.  I changed the Update Property to ddRequestStatusNew.Selected.Value which is the name of the new dropdown.  The default values are 1, 2,  and 3.  I noticed that the Items property of the dropdown control is set to DropDownSample and obviously this would need to be changed.

 

I want to replace the DropDownSample with custom values like New, On-Hold, In-Progress, Closed.  Can I add this in a formula in PowerApps or do I have to create a custom list in SharePoint and have it point to that list to receive the item choices?  I know in infoPath, you could set these values in the dropdown control or you could have the values come from a SP list).  For something this simple, I was hoping that the option for managing it in the PowerApps dropdown control would be easier.

Categories:
I have the same question (0)
  • SJ-15052312-0 Profile Picture
    418 on at

    Not sure if there is a quicker way, but you can create a collection with your desired values and set that to be the items in the drop down.

    Create a collection:

    ClearCollect(myCollectionName, {Name:"on-hold"},
    {Name:"passed"},
    {Name:"Not-passed"});

    Then set the items propery of your drop down to be "myCollectionName.Name".

  • PowerAid Profile Picture
    on at

    @samuelJ wrote:

    Not sure if there is a quicker way, but you can create a collection with your desired values and set that to be the items in the drop down.

    Create a collection:

    ClearCollect(myCollectionName, {Name:"on-hold"},
    {Name:"passed"},
    {Name:"Not-passed"});

    Then set the items propery of your drop down to be "myCollectionName.Name".


    I just figured out that you can type ["New","In-Progress","On-Hold","Closed"] in the Items property of the dropdown control.  I wonder what the pros and cons are of the two options.

  • Verified answer
    SJ-15052312-0 Profile Picture
    418 on at

    Your solution is better if you don't plan to use that collection anywhere else.  Mine wastes more space.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 372 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 303 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 238 Super User 2026 Season 1

Last 30 days Overall leaderboard