Hi, I have a form like below where the user enters the person's name who are inside their organization and also have the ability to enter the names who are outside the organization. I'm using Dataverse as the backend.

For Internal, user has the ability to select many names from the people picker ComboBox. So, on click of Submit button, we are storing the selected names separated by comma.


For External, user has the ability to give name and their corresponding email address. User clicks on Add button, which will add those inside a collection.


But how do we need to store these multiple external users value in External Users column along with Internal Users in the Dataverse? or is there any other alternate way to achieve this?
Kindly help me to resolve this issue.
Thanks in advance 🙂