Hello,
I'm trying to add an image of users to a gallery but with no luck. I am getting the following:
"This formula uses scope, which is not presently supported for evaluation."
Basically I inserted an image into a gallery to show user profile pictures. Usually the formula below works but for some reason will not for here. This is for a "person" field.
If(
!IsBlank(ThisItem.'Assigned to'.Email),
Office365Users.UserPhoto(ThisItem.'Assigned to'.Email)
)
Any suggestions or alternatives to make this work?
I did try using:
ThisItem.'Assigned to'.Picture
Which cleared the error but the profile picture will not appear in the desktop version of teams only the online version.
Thanks in advance.