Hey All - I'm trying to get the User Principal Name for an AD Guest User Type in PowerApps using the Office365 connector
If I use
Office365Users.UserProfile (User ().Email).UserPrincipalName
works great - this is a Member User Type - but When I try the same logic as a Guest user type I get this error
"Office365Users.UserProfile failed: { "status": 404, "message": "No user found with the specified id.\r\nclientRequestId: 9514105a-f450-4980-8c73-2b4c0bca45d3\r\nserviceRequestId: 3a26292a-9603-429e-b630-22c2372c9e67", "error": { "message": "No user found with the specified id." }, "source": "office365users-scus.azconn-scus-001.p.azurewebsites.net" }"
The user is there - in AD - any way to make this work or a workaround?
Thx in advance