I’m hoping someone can help me with this seemingly simple issue - I can’t figure out how to add a product but add it into more than one category.
I’m trying to do this via the WooCommerce Zapier integration.
I’ve tried:
[id: xx],[id: yy]
and
xx,yy
and
[id: xx]
[id: yy]
and everything else I can think of.
Is there a format that will work?
Eg:
Best answer by GetUWired
Hi @BradZA,
It looks like the Zap does support Line Items. If it doesn’t accept it in the format “xx yy” then I would guess you will need to add a step that precedes the add product step to create the array. You can use the Formatter by Zapier action > Utilities > then text to line-items. The formatter will take the text you enter and turn it into an array which you can pass into the category step.
It looks like the Zap does support Line Items. If it doesn’t accept it in the format “xx yy” then I would guess you will need to add a step that precedes the add product step to create the array. You can use the Formatter by Zapier action > Utilities > then text to line-items. The formatter will take the text you enter and turn it into an array which you can pass into the category step.