I'm creating an app where one of the columns in my SP list is using the 'person or group' column with multiple selections available.
I am trying to create an image gallery of all the users associated with a given item.
Right now, in the gallery image, I have
DataCardValue15.Selected.Picture
but this is causing the gallery fill up with multiple copies of the same image. Any help would be greatly appreciated, thanks.
I am wanting only one copy of each user's image instead of one user's image being copied multiple times.