hi,
I have some issues with this formula below
is there any way I can fix it?
as i result I am getting the below error in play mode
Solved! Go to Solution.
When I had that problem I did this:
If(!IsBlank(ThisItem.'Created by'.DisplayName);Office365Users.UserPhoto(ThisItem.'Creaeted by'.Email);SampleImage)
And the error stopped. You can try this:
If(!IsBlank(ThisItem.'EP Email ID');Office365Users.UserPhoto(ThisItem.'EP Email ID');SampleImage)
IF that field is a person field dont forget to put something like .Mail or .ID on the end.
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
When I had that problem I did this:
If(!IsBlank(ThisItem.'Created by'.DisplayName);Office365Users.UserPhoto(ThisItem.'Creaeted by'.Email);SampleImage)
And the error stopped. You can try this:
If(!IsBlank(ThisItem.'EP Email ID');Office365Users.UserPhoto(ThisItem.'EP Email ID');SampleImage)
IF that field is a person field dont forget to put something like .Mail or .ID on the end.
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
85 | |
71 | |
69 | |
66 |