Hi @bhanney2323
On App Start Set the property to
Set(UserInfo, User());
Set(UserManager, Office365Users.ManagerV2(UserInfo.Email));
Set the DefaultSelectedItems of Manager Combobox Property to
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & UserManager.mail,
Department: "",
DisplayName: UserManager.displayName,
Email: UserManager.mail,
JobTitle: "",
Picture: ""
}
Sample

My Manager (Diego Siciliani)
