So I've built an employee directory and I am having issue with the employee photo.
On the Main Screen I have the photos displaying with this:
If(Office365Users.UserPhotoMetadata(ThisItem.UserPrincipalName).HasPhoto = true,Office365Users.UserPhoto(ThisItem.Id),clipart3293928)
On the Selected Screen I am using the following:
If(!IsBlank(ThisItem.UserPrincipalName), Office365Users.UserPhotoV2(ThisItem.UserPrincipalName), clipart3293928)
However I am still throwing the following error. Additionally on the Selected Screen the clipart does not show when the user doesn't have a photo either. Any ideas?
