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 / Choice column - add va...
Power Apps
Answered

Choice column - add value manually

(0) ShareShare
ReportReport
Posted on by 192

Hi all, I have an integrated app with SharePoint list.

I added a new choice column with the feature "can add values manually"  from SharePoint to the list and added it in the app but when I tested it in the app I can only choose and not able to enter manually when I enter value manually it is not being saved.

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

    Hi @lidor_dayan ,

    You need to do this in Power Apps - if you are using a Combo Box (I will call it cbChoices below for example), the Update of the Data Card would be

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

    Ensure Allow Searching is turned on and this uses anything typed in without a selection being made to be used to update the field.

     

    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

     

  • lidor_dayan Profile Picture
    192 on at

    Hi @WarrenBelz 

    I didn't understand what to put instead of "cbChoices" - the data card of the combo box "DataCardValue15"?

    thank you for your help!

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

    @lidor_dayan ,

    Yes - the name of the Combo Box

  • lidor_dayan Profile Picture
    192 on at

    Hi @WarrenBelz, I can't leave it blank after I'm putting any value.

    I'm trying to erase the value I wrote and click save but it is not delete the value.

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

    @lidor_dayan ,

    Turn on Formula Level Error Management in your Advanced settings.

  • lidor_dayan Profile Picture
    192 on at

    @WarrenBelz,

    It was on.

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

    @lidor_dayan ,

    Are you saying you clear the contents of the Combo Box, save the record and the value in the data source does not update to blank ? If so, what is the Update of the Data Card and how to you save the record ?

  • lidor_dayan Profile Picture
    192 on at

    Hi @WarrenBelz,

    the Update of the Data Card  is:

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

     

    I didn't understood the second question 

     

     

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

    @lidor_dayan ,

    OK I have eliminated all the things I thought may be wrong - if the Update is (as you posted)

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

    and you have cleared the selected item from the Combo Box and have nothing in the Search Text (as well as having Formula Level Error Management turned on) and you are (I assume) using SubmitForm to save the record, then it certainly should clear the field in the data source. I have a feeling however you may have found a bug here - to test, put this in the Update and see if it clears the field

    DataCardValue15.Selected

     

    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

     

  • lidor_dayan Profile Picture
    192 on at

    It is clear the field but need to change the Update again for adding new manually 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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard