Hi there,
I am declaring the following variable OnStart = Set(CurrentUser, User().Email); Set(CurrentUserName, User());
And I have an user picture with this formula:
Image = If( !IsBlank(CurrentUser),
If(Office365Users.UserPhotoMetadata(CurrentUser).HasPhoto = true,
Office365Users.UserPhotoV2(CurrentUser),
UserIcon
)
)
And also a lebel for the user name:
Text = Office365Users.UserProfileV2(CurrentUser).displayName
Running the app in my browser I have no problems.
But in in mobile device "IOS" I get this error:
Office365Users.UserProfileV2 failed: the method 'UserProfileV2' has an invalid value for parameter 'id'
Could somebody please provide help ?
Thanks in advance

Report
All responses (
Answers (