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 / Manual entries with ch...
Power Apps
Unanswered

Manual entries with choice column selected values

(0) ShareShare
ReportReport
Posted on by 119

Dear community,

 

I have a form connected to SharePoint list.

Several columns are "Choice" types with both- "manual entry" and "multiple selection"- enabled.

 

What I need is to collect selected choices together with manually written entries into my source data column.

 

For example, if the user selects options from provided drop-down list and then additionally wants to add an option that is not listed in drop-down, it only saves the options from drop-down. It does not save the manually entered option.

 

Could you please advise?

 

Thank you very much in advance.

 

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,184 Most Valuable Professional on at

    Hi @Eeyore2005 ,

    To do what you want, the user needs to delete any existing values from the box before typing in the new one and the code should add the item typed in to the ones stored in the data source. This is the Update of the data card - I have tested it and it works.

    If(
     Len(YourComboBox.SearchText) > 0,
     ForAll(
     Ungroup(
     Table(
     {Data: Table({Value: YourComboBox.SearchText})},
     {Data: ThisItem.YourChoiceField}
     ),
     "Data"
     ) As aAdd,
     {Value: aAdd.Value}
     ),
     YourComboBox.SelectedItems
    )

     

    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

     

     

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
Vish WR Profile Picture

Vish WR 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard