I have a workflow where, based on the information at hand, OpenAI creates a list of tags that it feels are relevant. I recall that in Zapier, you could add multiple tags if they were comma separated. Any ideas how to make that work? If I use the “Add Tag” node, I get one tag with all the words comma separated, instead of multiple tags.
Hi @nso, n8n would indeed only let you add a single tag per item sent to the Clickup node. So to add multiple tags in a single workflow, you’d first need to split up your tag list into individual items.
Assuming you have a comma separated string of tags, you could add all of these tags to a single Clickup task like so:
This workflow will ultimately send one item per tag to the Clickup node, which will then all be applied:
Hope this helps!
2 Likes
Great!!!
Thank you!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.