"error": {
"code": "ErrorEntityNotFound",
"message": "Exception of type 'Microsoft.Fast.Profile.Core.Exception.EntityNotFoundFromCafeHintException' was thrown.",
"innerError": {
If(
!IsBlank(ThisItem.员工邮箱),
If(
IsError(Office365Users.UserPhotoMetadata(ThisItem.员工邮箱),
p,
Office365Users.UserPhotoMetadata(ThisItem.员工邮箱).HasPhoto,
Office365Users.UserPhotoV2(ThisItem.员工邮箱),
p
)
)
If(
!IsBlank(ThisItem.员工邮箱),
If(
IsBlankOrError(
Office365Users.UserPhotoV2(ThisItem.员工邮箱)
),
p,
Office365Users.UserPhotoV2(ThisItem.员工邮箱)
),
p
)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1