Skip to content
Share
Explore

Dynamic List of Combinations

I’m trying to create a list of SKU’s by combine attributes from three other list together.
Attribute 1 - Color
Attribute Name
SKU code
Finish
Blue
Blu
Red
Red
Green
Gre
There are no rows in this table
Attribute 2 - Finish
Attribute Name
SKU Code 2
Matte
1
Glossy
2
Semi-Gloss
3
There are no rows in this table
Attribute 3 - Item
SKU Code 3
Color
Table
Chair
Desk
There are no rows in this table

How do I make this table automatically populate and stay up to date so if a color become available in a new finish or we stop making chairs in a certain color the list of SKUs can stay upto date?
List of Possible SKUs
Final SKU
Item
Color
Finish
Blu1Table
Table
Blue
Matte
Blu2Table
Table
Blue
Glossy
Blu1Desk
Desk
Blue
Matte
Blu2Desk
Desk
Blue
Glossy
Gre3Desk
Desk
Green
Semi-Gloss
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.