Hello !
I’m trying to import products from Notion to shopify and my problem is :
- Importing images : I’ve tried to iterate, aggregate, set multiple variables, but there’s always a problem. I got closer to a satisfatory result when I used an iterator followed by a ‘set multiple variables’ module, cus I got to extract all the links. But when I used the crated variable on the shopify module, I got an error saying that my variable wasn’t an array.
- Creating my variable options : I got to create the arrays and Identifying them on the shopify module, but when the product is imported, my collections that correspont to the options I wanna add are displayed as a string. Like, I get one option identified as ‘S, M, L, XL’ instead of different options with each of the sizes. Same with colors.
What should I do?
Thanks for your help!
1 Like
Hi @L_Agence_Carree
Could you please share the screenshots of the shopify module mappings??
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
1 Like
There you go @Msquare_Automation
I still didn’t put the images cus I don’t find a solution even for the http module, for it to identify the urls
1 Like
Hey @L_Agence_Carree
Value from aggregator is an array. Hence you are passing an array instead of text data type for a url. This is the reason for the error.
To resolve this, map this variable inside an iterator and then map the url from iterator in http module.
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
1 Like
Hey @Msquare_Automation, thanks for your answer!
I’ve tried that, it does work but it only sends the first image. It doesn’t send all the array. Do you think there’s another workaround for that? Like another HTTP module?
Thanks!
1 Like
Then after http module, use aggregator to aggregate the doenlaoded files.
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
1 Like