I store data in the SharePoint list. When my app display everything on the PC is ok to display user's picture. But, it will not display on the mobile device.
Anyway to fix this issue?
Thanks!
Hi @usaman45 ,
I have a blog on storing and viewing SharePoint images - it is explained in this section.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @usaman45 ,
Do you have a Person column in your list?
Maybe you could try the following formula:
If(!IsBlank(ThisItem.PersonColumn.Email),If(Office365Users.UserPhotoMetadata(ThisItem.PersonColumn.Email).HasPhoto=true,Office365Users.UserPhotoV2(ThisItem.PersonColumn.Email), SampleImage))
Here is a similar case for your reference.
Best Regards,
Charlie Choi
User | Count |
---|---|
158 | |
91 | |
67 | |
63 | |
63 |
User | Count |
---|---|
213 | |
157 | |
97 | |
86 | |
76 |