I'm a submitting a form that amongst other fields it updates a people field and I keep getting a patch error so I'm assuming it has something to do with my update code. This is what I have as the update function on the datacard on the form. am I missing something?
{
Claims: "i:0#.f|membership|" & Label3.Text,
Department: "",
DisplayName: Label3.Text,
Email: Label3.Text,
JobTitle: ""
}
thanks