Hi,
I have a People picker on the power apps form that is based on the SharePoint list. The form allows me to select multiple people but when I save, the values are not saved back to the people field that allows Multiple values.
Any ideas?
Solved! Go to Solution.
Thank you for solution. I realized that the list field was set to allow only single value. After I changed it to allow Mulitple values and refresh the data source, then, I was able to add multiple values and save it
Hi @cooltechie ,
Could you show more details with your issue? Are you using Canvas form or customize powerapps form in SP list?
I have made a test in canvas app, and the multiple values can be save back to People column.
you can go to check if you have checked the above option, also confirm if the Update property of DataCard was changed, it should be like: DataCardValue1.SelectedItems
Or you can put patch function to the OnChange property of Combo box to save back values.
Patch(SPList, ThisItem, {PeopleColumn: DataCardValue1.SelectedItems})
Best regards,
Sik
Thank you for solution. I realized that the list field was set to allow only single value. After I changed it to allow Mulitple values and refresh the data source, then, I was able to add multiple values and save it
User | Count |
---|---|
260 | |
110 | |
98 | |
56 | |
40 |