I've build a gallery with 4 columns: subject + user1 + user2 + user 3
Now I want to show the picture of each user next to the subject.
It is working well on pc with the formula: ThisItem.User1Columnname.Picture
But when I'm checking the app on my mobile, the pictures aren't showing up, it's completely empty.
Just to exclude something: User().Image does work on mobile.
I've tried to figure out if I'm able to lookup the pictures on Office365Users, but wasn't able to get this workarround fixed.
Mostly because I didn't know how to extract a user's ID from a people picker column.
Any ideas?
Thanks in advance!
Edited 23-09-2024 13:19
Added two images (blurred names and faces for obvious reasons).
AppMobile_ProfilePicturesNotShowing: Left screenshot is the app when viewing on desktop. Right screenshot is when viewing on mobile phone.
AppMobile_ProfilePicturesNotShowing_Data: This screenshot is the sharepointlist-source with it's columns.
Data is stored in a sharepointlist. User1 is in column 'Veiligheid', User2 is in column 'Verbeteren' and User3 is in column 'Kwaliteit'. 'Entiteit' is the subject.
I've also added Office365Users as a source.