How to Add 'Option' and 'Product Variants' in Shopify Product Creation Without JSON Parsing Error?

This topic was automatically generated from Slack. You can find the original thread here.

Hi Everyone,
Can anyone please help how should I add Option and Product Variants in Shopify Product creation.
I have tried using this way, but giving json parsing error

Hi, try wrapping your steps.objects.etc in double quotes, e.g.

{"name": "{{steps.trigger.event.newRow[8]}}", "values": "{{steps.trigger.event.newRow[9]}}" 

Yes, it’s working fine. Thanks for the kind help :raised_hands: