I have a column in sharepoint list of person or group type in sharepoint list. I have made a form using this list in power apps. there is a field called Project owner which comes in the form and the data card has combo box whose items property is set to Office365Users.SearchUser({searchTerm:Self.SearchText,top:999}). now i also have a submit button to submit form details. Onselect = Submit(Form1). every other data is getting stored in the sharepoint list but the Project Owner Column of type Person or group does not show any data. Please help.
Hi @upadharp
You can set the Update property of DataCard as:
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|"&DataCardValue52.Selected.Mail,
Department: "",
DisplayName: DataCardValue52.Selected.DisplayName,
Email: DataCardValue52.Selected.Mail,
JobTitle: "",
Picture: ""
}
My SharePoint list.
Best Regards,
Kyrie
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
82
Super User 2025 Season 1
MS.Ragavendar
72