Getting empty tags while creating printify product

I am parsing array using set variables and when printiy creates the product the tags field is still empty. I have tried mapping and also manually too. Can any one help me point out the issue here. thanks.

Hey Niaz,

can you show the output of the Printify module?

Also can you check if the array you are sending has the exact same structure as the array that Printify is expecting?

Hi Stoyan,

I was able to resolve the issue. It seems that the Create Product module isn’t accepting the tag values correctly. I used a separate Update Product module to send the same data, and it worked as expected.