@kouliscon
Put this code in the DefaultSelectedItems value of the people picker
{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#.f|membership|johndoe@yourcompany.com",
Department:"",
DisplayName:"John Doe",
Email:"johndoe@yourcompany.com",
JobTitle:"",
Picture:""
}
Set the Update property of the people picker to:
ComboBox_PeoplePicker.Selected
Finally, change the Visible property to:
false
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."