Hi there,
I am trying to build an app to act as a Conflict of Interest register for my organisation.
I have set up a sharepoint list and set some fields to 'Person or Group', I have then created a form in Power Apps. I am now trying to create a function whereas once you haved entered the data into the Power App it adds it to the various fields in the Sharepoint list. I have been trying to use the COLLECT function to do this, but it keeps returning the error below:

I have written the formula below just as part of the example of what I am doing:
Collect(InterestRegister,{Name:Name1.text})
InterestRegister - Sharepoint List
Name - Sharepoint List Column
Name1 - Power Apps form field
The column in the Sharepoint List is formatted to 'Person or Group'.
Can anyone help how to fix this?