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 / Manually add values to...
Power Apps
Answered

Manually add values to a Choice field in a customized form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

In my SharePoint List, I have a Choice type column named Supplier. "Can add values manually" is selected:

vjosephc_0-1689960789138.png

When I used the default SharePoint form, it allowed me to manually add values to this field. But now that I've created a customized form, it's not letting me manually add values, and makes me select one of the choices:

vjosephc_1-1689960856345.png

Any suggestions on how I can fix this customized form? Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at

    Hi @v-josephc ,

    Set the Combo Box to Allow searching and then put this in the Update of the Data Card

    {
     Value:
     Coalesce(
     ComboBoxName.SearchText,
     ComboBoxName.Selected.Value
     )
    }

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • boscarikn2 Profile Picture
    25 on at

    Hi @WarrenBelz , 


    I used your solution for this same use case and it works if I type in only one value or choose from the dropwdown. Thank you for that!

     

    For my Power App, we are creating a Choices column called "Tags" to allow users to add tags to their entries such as a project name or an application name. For example, if I am entering an accomplishment for the month in my App, I want to be able to tag Project ABC as well as Application XYZ. These tags would be different for every team so I don't want to add them all in manually as they will grow and change over time.

     

    I have some follow-up questions for you to help expand this functionality:

    1. Is there a way to allow a user to create multiple tags at once?
    2. Can a user both choose an existing tag from the dropdown and also type in a new one?
    3. Why don't the tags they typed in save in the Choices column in my sharepoint as new choices?

     

    Thank you for your expertise!

    Regards,

    Kris10

  • WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at

    Hi @boscarikn2 ,

    1. Possibly but with a lot more complexity.
    2. No - once you select a value, it deletes anything you have typed in. Also you can only choose one or the other to write.
    3. There is no provision to write to the SharePoint column design, only the data.
  • -Tspsc Profile Picture
    17 on at

    Final bracket was missing but the code worked. Thank you very much

    {Value:Coalesce(DataCardValue3.SearchText,DataCardValue3.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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard