Hello!
I have a database for products and in there I have two tables Products and Variants.
I would need a new record to be created based on multiple select fields.
At the moment the script works perfectly if a record needs to be created based on one multiple records field. But in my case, I would need up to 3 fields to be counted.
E.g.
I have a Product A that has 3 color options + 4 sizes + 2 add-on options.
When I run the script, it needs to create 342=24 new records in table Variants.
The current script doesn‘t allow to create 24 records at once based on different fields.
Is there an extended script available that could fit my needs? Or what could be a solution for it?
Thank you!