Multiple dynamic pages on same collection

Hi,

Is here a similar structure I have in my site
Collection name is: Products
I have 2 dynamic pages called: ProductsSkinA and ProductSkinB
Both of the display the data from the same collection - " Products ".

I create a repeater which connected to a data-set which connected to Products.
In this repeater I have a button and I want to set its link to ProductSkinB .

When I’m trying to connect a regular button I get the same name and I don’t know which one of them to choose:

When I’m trying to connect a button within a repeater, I can only connect to “Products” but can’t specify which dynamic page I want to connect to.


Thanks!

If you have the same URL pattern you wont see or be able to see difference and use that in no other ways than by Code. Change URL pattern.

Thanks Andreas, I have not. The pattern is different (SkinA/{title} and SkinB{title}) but both of them associated to the same collection.

Hi Moshe,

Can you please share a link to your site and specify the name of the page so we can inspect?

Thanks,
Sapir

Hi
Did this get resolved? I have exactly the same question/issue?

Pete

No, I wouldn’t have too… We used wixData instead of data binding so we call to the collection manually.