Hi
This is currently working in my old application, but creating a new today I get this error. Now I have tested removing the connector and adding it again, still same issue, I don't have this issue in my old application running the same code, everything works but it displays the error message on all users now.
I'm just displaying the user profile picture of who created the Item in a SharePoint list.
If(
!IsBlank(ThisItem.'Requested By'.Email),
If(
Office365Users.UserPhotoMetadata(ThisItem.'Requested By'.Email).HasPhoto,
Office365Users.UserPhotoV2(ThisItem.'Requested By'.Email),
SampleImage
),
SampleImage
)
Error Message
errorCode\EnterpriseEntityNotFound\",\r\n\message\":\Accessing identity not consumer, so async provisioning of mailbox (a.ka.a. 'shard') for target identity was aborted