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 / Patch all combobox sel...
Power Apps
Answered

Patch all combobox selections to sharepoint list

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

In my form I use a combobox to fill the datacard field and this is what I put as the default for the datacard - ComboBox2_4.Selected.Value. The problem is that if there is a multiselection as there is often times with a combobox it only shows and patches one of the selected items in the datasotuce. How do I get it to patch everything selected? I tried something like ComboBox2_4.Selected.Value & ComboBox2_4.Selected.Value but it just showed the same thing twice.

Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    Hi @Anonymous ,

    With ComboBox2_4.Selected.Value you get the last selected item from combobox. If you want the whole list selected inside the combobox use ComboBox2_4.SelectedItem.Value (which for sure is a column). 

    I think it's better to put this formula in Update property of your data card (of course if the ComboBox2_4.Selected.Value has the source the column you want to update it).

     

    Hope it helps !

  • Verified answer
    eka24 Profile Picture
    20,923 on at

    Consider this in the default of the DatacardValue:

    Concat(ComboBox1.SelectedItems, ColumnName, ", ")

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    When I put that in the default for the datacard it said expected text value @gabibalaban 

  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    @Anonymous 

    Well in this case...use @eka24 solution, it more appropiate for what you need . 

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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard