Hello I am getting the below error when patching from a collection to a list:
I have narrowed it down to be a problem with the 'Assignee(s)': ThisRecord.Assignee(s) person column. The patching itself works when I click submit but I would like to not have this error pop up every time.
I am patching the Person type record from a combobox and have it set up like below, but am obviously still missing something:
Patch(AssigneeCollection, ThisItem, { 'Assignee(s)': {
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & cboAssignee_1.Selected.Email,
Department: cboAssignee_1.Selected.Department,
DisplayName: cboAssignee_1.Selected.DisplayName,
Email: cboAssignee_1.Selected.Email,
JobTitle: cboAssignee_1.Selected.JobTitle,
Picture: cboAssignee_1.Selected.Picture}, 'Due Days': Value(txtDueDays_1.Text), Order: V

Report
All responses (
Answers (