Images not displaying in repeating group

Hi Bubblers!

I’m having an issue displaying images after they’re saved in my database. I’m trying to use a repeating group to display them.

I have a data item called “Image” that includes an image URL and the image itself:

But when I try to call those images in a repeating group, I can’t get the images to show up. I’ve checked out a lot of other forum posts about this, but haven’t found a resolution.

The repeating group is doing a search for Images (the data item in my db).
Then there is an image within each cell showing each Image’s image field.

Any help is greatly appreciated!

Thank you

1 Like

Resolved! I changed the logic slightly to create a list of Images in my “Ad” data item. Then I searched for the current page’s Ad as the primary data source for my RG.

1 Like