Hi
I'm trying to create new items in SharePoint List.
One of the columns in the SharePoint list is Contact Person. This field type in SharePoint is "Person or Group".
I'm trying to update the list using the following code:
Patch('Register',Defaults('Register'),
{'Communication Purpose': CommPurposeTxt.Text},
{'Communication Date':CommDate.SelectedDate},
{'Contact':ApplicantEmailLbl.Text},
)
ApplicantEmailLbl is a label with the value User().Email
The error message is attached
Error Message