Hello all!
I hope that my request is easy to understand. Maybe I have gone blind after days of trying!
I run an airtable database and then through make I ‘create product’ information. I multiple products that I will upload. Each product will have the same ‘Option’ of 3 variants. Each variant will have a different quantity and price.
I have really struggled to get the product to upload with a new product and 3 variants with different price and quantity.
It runs through linked pages on airtable.
To get a basic starting solution I have had to ‘create product’ then in two further modules, ‘create variant’
This get me to a product page created with the 3 variants. Issue is that I have to manually put in the quantity and the price for each variant.
I have tried using the array and the iterator. I have also tried to use some code but I am a newbie.
I would have thought it would be easy to do but i must be missing some skills or understand.
Thanks all for looking
Hey Russ,
sorry but what is the issue exactly? It looks like you already have the data you need in the last aggregator, just map it in the Create Variant modules and the Variant section on the Create a Product module.
Thanks Stoyan,
Sorry to not be clear.
This is the scenario that I want to work.
I have removed the ‘create variants modules’ whilst testing and trying.
I want the 'Create Product Module to create the product with 1 option (Plant size) and then 3 variants. Like in the array
However whatever way i do it, I either get 3 separate product pages or the variants of all the same price and quantity. Or just one variant
Also if i map array to each area i get an error
You mapped the first item form the array. You can use the order index of the item you want between the square brackets.
So in the Create a Product module, change the mapping to have 1. Then map the exact same thing in the two Create a Variant modules but change it to 2 and 3 respectively.
1 Like
Are you saying that I cannot complete the full product from the ‘create product’ but to then add the ‘create variant’ module for the other variants?
Sorry, yes you can add all 3 variants from the Create a Product module. I didn’t see its a fixed amount of variants in your case.
1 Like
In between i would put a number of the mapping? [1] like this?
Just the number, without the brackets.
Yes thank you.. Same variants each time. Different price and quantity