Repeater image trubble connecting to datasets

Hi, I have 2 images on a repeater. The 1st is connected to a dataset, it works fine. The 2nd image on the repeater is also connected to a dataset, a different one. The problem is that it will not pull different images. I tried switching datasets, deleting, and creating new collections. nothing works. I think that the repeater is not allowing me to connect 2 images to 2 datasets.

(On the right) Image1>dataset 1>image{image} - Working fine
(On the left) Image2>dataset 2>image{image} - Not working

Thanks for the help

1 Like

Hi Matan :raised_hand_with_fingers_splayed:

You can NOT connect the repeater to two datasets at once, you can however populate the images using the repeater’s onItemReady() function, there must be a field that both collection share, get that field from collection 1 to query the second collection and get the same entry, and get the image from it.

Hope this helps~!
Ahmad