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 / Multiselect Combobox a...
Power Apps
Unanswered

Multiselect Combobox and sharepoint list

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

I have a sharepoint list column (currently set to single line of text) that i've been flipping back and forth from single line of text to choice and trying to figure out the most straightforward solution.

I have a multiselect allowed combobox, and need it to addcolumn to show a translated version of what's in the list for the selected record.

Column name in the SPList is "Race", and values in the SPList could be things like W, B, PI which is White, Black, Pacific Islander, for example.  I do want to allow multiple race selections.  There's values in each record already so I want to display all the current values (translated from code to actual race).

I'm using a form so trying to do it using SubmitForm vs Patching it as well. 

I'm finding many examples but haven't been able to apply any to my scenario yet to actually get it to work yet.  

 

Thanks in advance for any assistance!

 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    So you want to add a column that transforms the abbreviation into the whole race? That would look like this:

    AddColumns(
     TestTable,
     "RaceTerm",
     Switch(
     Race,
     "W",
     "White",
     "B",
     "Black",
     "PI",
     "Pacific Islander"
     )
    )

      

  • russrimm Profile Picture
    Microsoft Employee on at

    Thanks that's helpful - i'm struggling to figure out what to set for Default and DefaultSelectedItems in order to show all the values stored and Update for the datacard to properly update it when the form is submitted?  And is it easier to save multiple selected combobox values to a single line of text Sharepoint list column (comma delimited?), or multiple lines of text, or choice ?

     

    Thx again!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @russrimm wrote:

    i'm struggling to figure out what to set for Default and DefaultSelectedItems in order to show all the values stored and Update for the datacard to properly update it when the form is submitted?


    You mean like resetting the combobox once a user submits a form? For that you can use Reset() after the Submit function.

    As for storing multiple selections in a SharePoint column, it depends on how you want to access that data later. Comma separated is pretty safe since you can display it in an easy-to-read format such as 'Value1, Value2, Value3'.

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 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard