Hi Team,
I am very new to power Apps, I am triying to submit form with combo multi selection. I know combo.selected.Item is giving me one value but I need to add all the selected values as a single text in a single line of text field in list.
please help me.
Solved! Go to Solution.
Hi @The_api_guy ,
try this:
Patch(SPList,defaults(SPList),{Title:Contact(combo.Selected,Value&",")})
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.
Hi @The_api_guy ,
try this:
Patch(SPList,defaults(SPList),{Title:Contact(combo.Selected,Value&",")})
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.
User | Count |
---|---|
254 | |
106 | |
92 | |
47 | |
37 |