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 / Save multiple choices ...
Power Apps
Answered

Save multiple choices in combo box to sharepoint list

(0) ShareShare
ReportReport
Posted on by 60

Hi all,

 

I have two Sharepoint Lists named List1 and List2 respectively and both of types are single line of text. When I created an Edit Form and inserted a combo box in a data card. Then I set the Items property of the combo box as below:

Distinct
(
Filter
(
List1
, Field1 =
Dropdown1_1
.Selected.Value && Field2 =
"specific value"
),Field3)

Then enbaled the multiple selection and set Update property of the data card as below:

ComboBox.SearchText

 But when I submit the form, nothing appear in the sharepoint lists. 

I have change combo box to drop down control and text input control, both of them can deliver right value to sharepoint list. How can I fix this problem?

Categories:
I have the same question (0)
  • Verified answer
    v-yueyun-msft Profile Picture
    Microsoft Employee on at

    Hi , @DylanWong 

    According to your description, you want to save the multiple selected items to the Sharepoint Text column.

    Please try to use this code in your DataCard- Update property in your side.

    Concat(ComboBox1.SelectedItems ,Value ,",")
     
    ComboBox1 is my Combo box Name , you need to replace it in your side.

    If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance! 

     

    Best Regards,

    Yueyun Zhang

     

     

  • zacker Profile Picture
    60 on at

    Hi @v-yueyun-msft ,

     

    Thanks for the solution and it works for me! Appreciate it if you could give more explanations on why my code didn't work.

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

    Hi , @DylanWong 

    The Combobox.searchText is return the searching text in Combo box instead of the selected items in your side.

    vyueyunmsft_0-1713764385571.png

    Combo box control in Power Apps - Power Apps | Microsoft Learn

     

    Best Regards,

    Yueyun Zhang

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

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard