Hi all,
I have a SharePoint list called GameTitle with the following fields:
Fields: GameTitle, ReleaseDate, Introduced, GameImages
DateType: SingleLineText, Date, Date, Picture
As part of this, there are a number of other lists, all connected via Powerapps using the list ID columns, and storing those values in number columns in appropriate lists. E.G. EventList - items in this list is referenced in other lists with a column called EventID.
What I am trying to do is display the image from the GameTitle list, in a gallery that is using a different list as the source - in this case TournamentMatches. In TournamentMatches, as per my description above, it stores the GameID value (referencing the ID field from the GameTitle list). So if the GameID is "1" for the gallery item, I want it to display the image stored in the GameImages field with the matching ID, in this case the first item in the list with the ID of "1".
I have tried the following syntax and it has no errors, but I get a blank image control:
LookUp(GameTitle, ID=RoundListGallery.Selected.GameID).GameImagesI have added the images to a library in SharePoint, then used the URL from them, to store in the Picture field in GameTitle.
Maybe I am setting up my image data wrong?
I may need to offer more information, but hopefully this is enough for someone to be able to help me out.
Thanks

Report
All responses (
Answers (