I have a combo box that has a collection that is created from a Office365 group.
Now in the SharePoint form I have a multi person column.
I want the combo box to display the persons selected on the item, and make it so I can add new etc. and save and update the item.
I have solved this with 1 person column, but I'm not getting it correct with multi person column.
Having issues with the Update and DefaultSelectedItem.
This is how the collection is created that is used in the combo box.
ClearCollect(colUserAssigned, Office365Groups.ListGroupMembers("XXXX-XXXX-XXXXXX").value)
The reason is when a user edits the item I only want them to be able to add users that are in the Office365 group selected.
If I leave the default values the user can search the tenant and select any user.

Report
All responses (
Answers (