Hi again!
Yes actually I was refering to a collection. I discovered why the code is not working for getting back to the previous gender.
-
In my Initial Code → initRepeater() → The itemData is not returning the full item second time (a cache problem maybe) when I call " $w ( ‘#productList1’ ). onItemReady ( async ( $item , itemData )" . Is not returning ‘product._id’ anymore, ‘product’ being a referenced field to an actual product in my wix store.
-
In MyAll2 → an item from here have a field referenced to ‘brands’ collection (I will provide ss)
-
In MyAll2 → an item from here have a field referenced to the wix store products (I will provide ss)
This is first time:
This is second time, the same gender:
As you can see, the referenced product is not included anymore.
This is the MyAll2 Collection -->‘Product’ is : itemData item(in our example) / Wix store product
This is the brands collection:



