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 / Need to add custom val...
Power Apps
Answered

Need to add custom value to the dropdown while user is filling

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I have a dropdown which displays a list of value. My requirement is to if the user is not satisfied with listed item they should be able to add a new item to list in the dropdown itself.

The flow goes as below.

At initial stage, The form will be in view mode which displays the galley selected corresponding value. 

User as two more options, edit and add. When either 2 is selected user will be able to see the form in edit mode where it allows for changes. 

At this point of time the form changes to dropdown and display all the values from data source. Here I need to add a new value if required in dropdown and should get reflected in sharepoint to 

 

I tried with combo box, I am not able to see any value on that on view mode it shows empty. 

 

Need some guidance to achieve the above task.

 

Thanks in advanced 

 

Categories:
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Could you please share a bit more about your form mode?

    Do you want to add a custom value to dropdown control?

     

    Normally, if the user selected in the Gallery to navigate to a View Form, the edit option icon should make your form change into the Edit Form and the add option icon should make your form change into the New Form which is a totally blank form.

     

    I assume that if you want update a record, once you click the edit option icon, it should make the form change into the Edit Form, here is steps for your reference:

    1). Set the edit option icon OnSelect property as below:

     

    EditForm(Form1)

     

    2). Set the data card corresponding to the dropdown control Update property as below:

     

    If(!IsBlank(ComboBox1.SearchText),ComboBox1.SearchText, ComboBox1.Selected.Value)

     

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 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard