Hi, everyone. I am trying to figure out a solution for a requirement that I originally planed on using nested repeaters to solve. I just learned from an older post that repeaters can’t be nested, and now I’m not sure what to do for this requirement. Really appreciate any help I can get.
I have two data sets. One data set is of clothing items. And another data set is of categories that clothing items can belong to. For example, jacket, jeans, sweater, t-shirt, etc.
In the clothing item collection, I created a reference field pointing to the category collection. Multiple selection enabled, since an item can belong to multiple categories: For example, a sweater jacket.
Now on the product list page, I am using a repeater to list all the clothing items, and I want to show the multiple categories they belong to. I was planning on using a repeater of categories inside the repeater of the clothing item, but since they can’t be nested, and from the editor, I can’t connect page element to multi-select reference field, how can I show the multiple categories of these clothing items on the list view? Also, these categories need to be clickable that take users to the category main page…
Thanks a million in advanced.