I’m getting this error when trying to create a NEW sharepoint list item:
Hi
This error returns from the Sharepoint typically for a few reasons.
- The user is no longer valid or not found by the SharePoint
- The user email is already a part of the people field you are trying to update
e.g. My people field contains Jake, Jim and Bob, If i use an action to add Jake you will get this error, if this is truly the first action of creation then its not likely this is the issue. - The people field is configured to prevent multiple users and you are trying to add multiple users.
I would add log to instance actions to check what values you are entering into those fields, it is always best to use emails.
I would also manually test adding those values to the item to see if those users are valid or not.
If you still run into issues please let me know.
Hi
Did you manage to resolve this?
Hi
Did you manage to resolve this?
Yes, the Requestor & Manager fields are collections, so I had to loop through each to grab the data I wanted to write to SPO. I’m not sure why I had to do this, because the requestor and manager data types were also of type “person/group” in my sharepoint list but it did not like it when I used the field mapping in the SPO create an item object. I had to update those columns after as shown:
Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.