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 / Saving a Combobox Mult...
Power Apps
Answered

Saving a Combobox Multislect data into SP List

(0) ShareShare
ReportReport
Posted on by 7

Hello Everyone, 

 

I am relatively new to PowerApps and would like to create a app to book company cars. 

 

The current setup is the following. 

 

Table 1: All the names of the workers in a column 

 

Table 2: All the history of requests

 

on the powerapp I have a combobox showing all the workers names (From table 1) so you can select who is going in the car. 

I would like to save the selected workers on a column in table 2. I tried using SelectedItems but it does not work. 

 

How can i work this out? 

 

Thank you

Categories:
  • v-liwei-msft Profile Picture
    Microsoft Employee on at

    Hi @JoseAlves 

     

    Suppose the name column of the Workers list and the column that stores the name in table2 are both text columns.
    I made a test for your reference:

    1.

    vliweimsft_0-1668138493410.png

    vliweimsft_1-1668138504912.png

    2.

    vliweimsft_2-1668138516443.png

    3.

    vliweimsft_3-1668138562021.png

    Patch('Request History',Defaults('Request History'),{Requestor:Concat(ComboBox1.SelectedItems,Name,",")})

    4.

    vliweimsft_4-1668138596478.jpeg

     

    Best Regards,

    Levi

     

     

     

  • JoseAlves Profile Picture
    7 on at

    Hello Levi, 

     

     

    Thank you for your quick reply. 

     

    I wanted to do it as a list with multiple choices, i think that way i could use the information in a easier way in further developments. 

    Is it posible? 

     

     

    Thank you. 

    José

  • Verified answer
    v-liwei-msft Profile Picture
    Microsoft Employee on at

    Hi @JoseAlves 

     

    May I ask what you mean is that the column used to store names in table two is a multi-choices column?
    I modified the datasource and test according to your needs:

    vliweimsft_0-1668416023217.png

    vliweimsft_1-1668416081077.png

    Patch(
     'Request History',
     Defaults('Request History'),
     {
     requestor:
     ForAll(
     ComboBox1.SelectedItems As nameTest,
     {Value:nameTest.Name}
     )
     }
    )

    vliweimsft_2-1668416127568.png

     

    Best Regards,

    Levi

     

  • JoseAlves Profile Picture
    7 on at

    Hello Levi, 

     

    That was what i needed, to store the information in a multichoice column. 

     

    Is there a way to use a multi-choice column without creating all the options previouslly ? 
    For example, i want the workers to select the client or clients they are going to visit but that list can be quite long. Is there a way i can populate the options of the multichoice column based on another table with all the options? 

     

    Thank you 

  • v-liwei-msft Profile Picture
    Microsoft Employee on at

    Hi @JoseAlves 

     

    Also available without prefill option.

     

    Best Regards,

    Levi

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard