Hi
So i have a strange issue.
I have a gallery that uses SharePoint. I have a image in the gallery item that says
Thisitem.PeopleColumn.Picture
Now this works at my home computer, shows the images just fine.
On my work computer it shows no images at all.
So i tried the following.
Microsoft365Users.UserPhotoV2(ThisItem.PeopleColumn.Email)
And it displays the picture but i get an error saying invalid value of parameter 'id' and this goes for all people columns that is not a system column like Modified By or Created By those works fine.
Don't know if this is a temporary issue or if the issue have been created due to using Patch on some of the people columns? My patch function is with curly brackets. And the data in the column looks fine after patching.
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Department: "",
DisplayName:User().FullName,
Claims:"i:0#.f|membership|" & Lower(User().Email),
Email:User().Email,
JobTitle: "",
Picture: ""