RG depending of 2 Multi dropdowns

Hi,
I’m trying to create a product registry where a product has different variations. What I’m thinking of doing:
1 - Multiple Inputs with product characteristics such as: product name, description, category, etc…
2 - Multi dropdown variation 1
3 - Multi dropdown variation 2
4 - RG showing the variations

Then the RG would appear like this:

How could I do this? If anyone can help me by explaining in detail, I would be grateful, because I am a beginner.

Thanks in advance

What you mean is a repeating group inside a repeating group. Outer repeating group is color and inner one is size. That’s how you can display the thing you showed in your second picture. However, my question would be “why” in this case?

Because you can do the thing in your first picture in two repeating groups on top of each other (at the same level). A repeating group for color and another repeating group just below that for size.

Simply, what are you trying to achieve here?

I don’t think it’s posible for variation by using list due to :add-item and :merge-with cannot add duplicated value.

So i created a db called variation to hold the color and the size and so created this.Forum_Answering | Bubble Editor

The minus?

  • Huge data on the table “variation” just for displaying how many variation the product have

Edit : is possible to reduce it by changing the structure for variation into color (single ) - sizes(list) ex: blue - Small, Medium, Large

1 Like

I will attach a video of a system. This is what I need. Thanks.

This topic was automatically closed after 70 days. New replies are no longer allowed.