Dear pros,
I have an app with SP list data.
I made a choice column with multi selection people or group on SP list and on powerapp I made a combo box to add people. It works normally but on my detailscreen I want to show all multi selected people.
It is showing only first choice, please help me to show all the table.
I've attached the screenshot.
BR
Altanzaya
Solved! Go to Solution.
on your first screenshot the control that you use is a dropdown, right?
you need to use a combobox with SelectMultiple property set to true. and your initial code should work properly as DefaultSelectedItems
What if you try:
Concat(RiskGallery.Selected.Parties, Email & "; ")
on your first screenshot the control that you use is a dropdown, right?
you need to use a combobox with SelectMultiple property set to true. and your initial code should work properly as DefaultSelectedItems
Combobox.defaultSelectedItems = RiskGallery.Selected.Parties
Combobox.Items = YourSharePointListName.Parties
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
175 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
268 | |
104 | |
74 | |
56 |