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 / Store Listbox value to...
Power Apps
Answered

Store Listbox value to SharePoint list

(0) ShareShare
ReportReport
Posted on by 23

Dear all,

I hope you are doing well. I am new in Powerapps. I am starting with a new canvas up with some questions and store this data in the SharePoint list using patch function.

Everything is ok with me when I utilize the radio button or dropdown, but I have an issue when I want to store the data form Listbox or Combobox with multi-value.

Could you please support me.

Thanks in advance.

Categories:
I have the same question (0)
  • Verified answer
    KrishnaV Profile Picture
    5,023 on at

    Hi @nakama ,

     

    try this:

    Patch(SPList,Defaults(SPList),{columnName:contact(Combobox.SelectedItems,Value&",")})

    Note: Replace the value with result/column name of the column name you associated with Combobox

     

    combo / multi select works a little different in Power Apps.


    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    Krishna
    If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.

     

  • nakama Profile Picture
    23 on at

    Thanks for the quick response and support, it's working fine. Could you please enhance the below formula:

    Test:Concat(ComboBox1.SelectedItems,Value&",")

    I got a result like this: 1,2,3,
    Can I remove the last ',' to result in 1,2,3

    Thanks 

  • Verified answer
    KrishnaV Profile Picture
    5,023 on at

    Hi @nakama ,

     

    Here it is :

    Left(Concat(ComboBox1.SelectedItems,Value&","),Len(Concat(ComboBox1.SelectedItems,Value&","))-1)

     
    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    Krishna
    If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.

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
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard