How to use multiple CMS repeater elements with different filters on one page?

Question:
How can I select different filters for each repeater element if I want to place more than one repeater for the same collection?

What are you trying to achieve:
I created a dynamic page and now I want to add multiple repeater elements for cms. The only problem is, that I can not use for every single repeater a different filter. If I change the filter of one element WIX instantly change the filter for every repeater. I tried to create a new dataset to link with the collection but that didnt work as well.

Do you have any ideas how I can get repeater elements, each with a different filter?

You’ll have to either use a different dataset for each repeater, or fetch the data manually and input it into the repeaters using code

Thank you. I tried to create a new dataset but that didn’t work. Although I have filtered two elements it only shows one of it - 4 times. Do you know how I can solve the problem?

Have you linked the repeater and inner elements to the correct dataset?

Sounds like you have a dataset showing four items, but the content within the repeater is looking at the other datas3et, therefore showing its first item four times