Connect a gallery to repeater

Hi, I would like to add a gallery on each of my repeaters that list holiday properties.
Each property has 12 images and different to each property (obviously). Is there a way to connect these images (12 per row in my database) to a gallery on my repeater?

Would like to do something similar to this: https://www.airbnb.com.au/s/Bonnie-Doon--Victoria/homes?checkin=2018-03-29&checkout=2018-04-02&guests=6&adults=5&children=1&infants=1&pets=false&place_id=ChIJvZtRhy7CJ2sRgHegMKR5BQQ&query=Bonnie%20Doon%2C%20Victoria&refinement_paths[]=%2Fhomes&allow_override[]=&s_tag=6ExZS_46

I have tried code that I use on a dynamic page, but of course this doesn’t work. I have seen this post https://www.wix.com/code/home/forum/questions-answers/gallery-repeaters, but not sure on the next step…

I haven’t found a nice way of doing this yet, but I can tell you how I got it working. I have a separate properties photos database, with a column referencing the properties database, and a column containing the image. So each row in this database is one image. On the page with the gallery, you need both the properties dataset, and the property photos dataset on the page. Under the setup for the photos dataset, filter on the properties reference column and set it as “same as current value from Properties” or whatever your properties dataset is named. You can then hook the gallery sources up, with the image source coming from the property photos dataset. Whenever the active property changes, the property photos dataset will filter on the reference column and so will only contain images relating to that property.

@nicholas
Hey, can you please elaborate? Having the same problem but the solution isn’t working.

I basically have a gallery slider on the right and some text relating to each photo on the left. Whenever the slider arrow is clicked and the image changes, the corresponding text to the left also needs to change. I’ve used two datasets - one for the gallery and one for the text. Placed the text in a repeater that’s connected to the text dataset and tried to connect the text dataset to the image dataset with filter & references. The images change but the text isn’t changing.

Any help would be greatly appreciated. Thank you.