I have an app that shows our employee's birthdays and anniversaries with their picture.
It works great, but their picture does not always show. If I refresh the screen the picture comes. It's not the same employee, it's different from a refresh to refresh.
in a Image field I have this code:
If(ThisItem.Email <> "",
Office365Users.UserPhoto(ThisItem.Email))
I already tried that, but it only got worse! Even more picture did not show.
Hi @Mark_Stewart ,
UserPhoto has been deprecated. Please try replacing it with UserPhoto_V2
https://docs.microsoft.com/en-us/connectors/office365users/#get-user-photo-(v1)-[deprecated]
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional