I’ve just started exploring n8n and would really appreciate your help!
I need an automated workflow to monitor new Mailchimp members in list X and check if the same member is in list Y.
If it is, then I need to copy all tags from that member in list Y to that member in list X.
I have set up all the steps except the last one - copying the tags.
There is an action “Create member tags”, but the tags there are presented as items. I don’t quite understand how to auto-populate these items from a group of tags.
Also, I have searched the community and found this post about HTTP request Mailchimp "Update Operation" missing "Tags" field - #7 by Fernanda_Silva
But I don’t know JSON enough to create code for that to add a group of tags, not just one.
If you have any ideas, I will greatly appreciate it!
There is another option to update the member multiple times (split the tags into different items and call the Node for each tag item), but that’s very API inefficient way
I guess with http request could be easier, but thinking here what would i do is to get the members from both lists, and compare with a code node could be, and work with that result list and then go to add the tags.