Hi,
I'm facing problems with the people column in a SharePoint list. Apparently i built an app with multiple forms and then patching to the SharePoint list. All the columns are filled except the people column name 'empname'.
The form name is ReqForm1, i went to check the data card and datacardvalue properties not sure where i went wrong.
Patch syntax is -> Patch(Slist, Defaults(SPlist), RequestForm1.Updates,RequestForm2.Updates, RequestForm3.Updates, RequestForm4.Updates, RequestForm5.Updates)
These are the details of the data card and datacardvalue
Field Input is Combo box.
Data card Properties
Default - ThisItem. Empname
Update - DataCardValue12.Selected
DataCardValue12 Properties
Default - empty
Items - Choices([@Slist].EmpName)
DefaultSelectedItems - If(RequestForm1.Mode=FormMode.New,{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",Claims: "i:0#.f|membership|"&User().Email,DisplayName: User().FullName},Parent. Default)
SharePoint connected to this app are Slist and O365users, shown below are screenshots of the SharePoint Column and the on start property of the App.

