Announcements
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.
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,KrishnaIf 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.
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,3Thanks
Here it is :
Left(Concat(ComboBox1.SelectedItems,Value&","),Len(Concat(ComboBox1.SelectedItems,Value&","))-1)
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 549 Most Valuable Professional
Kalathiya 225 Super User 2026 Season 1
Haque 224