Hello
I'm building an app for my company, everything works however, on load the user gets this error: Office365Users.UserProfileV2 failed: The method 'UserProfileV2' has an invalid value for parameter 'id'
Despite trying, I can't get rid of it.
I have App OnStart set to: Set(UserEmail, User().Email)
Then I'm displaying the users email in a label with this formula: If(!IsBlankOrError(" "), Office365Users.UserProfileV2(UserEmail).displayName)