Dynamic page and repeaters

I created a dynamic page with a collection attached to it. But in this I also have to connect repeaters whose content will be different for each page of the collection. How can I set this up?
[Clearly ask your question.]

Wix Editor
[Which editor or feature is your question most relevant to? e.g. Wix Editor, Wix Studio Editor, Editor X.]

What are you trying to achieve:
[Explain the details of what you are trying to achieve. The more details you provide, the easier it is to understand what you need.]

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

This can be done by code.

Each data-row in your collection (DATABASE) will represent a viewed ITEM on your dynamic page. A dynmic page can show always just ONE ITEM AT ONCE.

So how to solve your issue. Since you are using a repeater, you can create inside your DATABASE a —> ARRAY-DATA-FIELD, where you can put in the data for the repeater.

If you have your data splitted in different single column-fileds and you want thought to load your repeater with that data → this still would be possible.

If you want to load data from different DATABASE on each different dynamic page —> this is also possible.

The main question is → how is setted-up (how you want to setup) your databse.

And it would make a difference, if you would do everything by pure coding (wix-data), or using → DATASETS and it’s connections inside the property-panel.