Dyota's blog

Power Apps: person object structure

So that I never forget again: this is what an AD person looks like in Power Apps through the Office365Users connector.

{
	'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
	Claims: $"i:0#.f|membership|{Email}",
	Department: "",
	DisplayName: FullName,
	Email: Email,
	JobTitle: "",
	Picture: ""
}

#powerapps