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 / sharepoint column to h...
Power Apps
Unanswered

sharepoint column to hold multiple values

(0) ShareShare
ReportReport
Posted on by 2

I have a combo box in power apps that holds multiple values, and adds the data to a SharePoint list which only shows one item. How do i get it to show all values selected? 

Categories:
I have the same question (0)
  • Salhd007 Profile Picture
    Microsoft Employee on at

    Depends on your data source and type, you can check this topic Solved: Re: Combobox multiple selection - Power Platform Community (microsoft.com)

  • RamblingReece Profile Picture
    30 on at

    Hey,

     

    You need to set the Items of the Combo Box as below:

    Choices(SharePointConnection.FieldName)

    Where SharePointConnection is the name of the SharePoint List you have in the app and FieldName is the name of the Choice field in the SharePoint List. You need to make sure that column has the Display choices using setting set to Checkboxes (allow multiple selections).

     

    In the app you can save the selected items back using a patch like below

    Patch(SharePointConnection, 
     Defaults(SharePointConnection), 
     {
     Title: "Something", 
     FieldName: ComboBox1.SelectedItems
     }
    )

     Hopefully that helps and is clear enough.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard