Repeater inside Dynamic item page

Hi wixers
I’m making a car rental website and have dynamic pages for cars. I have a dataset that contains car model pictures and etc. also it has around 20 fields of text which are car specifications.

on my item dynamic page I have the gallery title and etc. is it possible to have the repeater on this item page then create another dataset that contains only car specifications and connect this second dataset to this repeater?

i tried to ask Chatgot and it gave me this instruction

To achieve your desired functionality, where you have a dynamic page in Wix connected to one dataset but also want to include a repeater connected to a different dataset on the same page, you can follow these steps:

  1. Create the second dataset:

    • In the Wix Editor, go to the “Database” section and create a new collection for your second dataset. Define the fields you need for the data in this collection.
  2. Connect the repeater to the second dataset:

    • Drag and drop a repeater element onto your dynamic page.
    • Click on the repeater and connect it to the second dataset you created in step 1.
  3. Filter the second dataset based on the dynamic page’s data:

    • In the dataset settings for the second dataset, go to the “Filter” tab.
    • Choose the field from the second dataset that you want to use for filtering. This field should have a reference or a connection to the first dataset (e.g., an ID or a reference field).
    • Set the filter value to be equal to the relevant data from the dynamic page, like the ID of the currently viewed item in the first dataset. This will ensure that the repeater only displays data that matches the current dynamic page’s data.
  4. Design the repeater and connect elements:

    • Design the layout of the repeater to display the data from the second dataset as you desire.
    • Connect the elements inside the repeater to the corresponding fields from the second dataset, just like you would with any other dataset-connected elements.

But I cant make it work. i don’t understand it.

can someone explain it better? please

Hey @shalva-lelashvili!

This sounds like a super interesting project.

I’m not 100% following exactly what you’re looking for though. Do you have any mockups of what you’re expecting to happen? Or perhaps screenshots of your database structure?