Klaviyo -> Shopify Adding a new customer tag without replacing
I have a flow setup to import the Klaviyo ID to the customer tags. The issue I ran into in the beginning is adding the Klaviyo ID to the customer tags as a new tag without removing the exiting customer tags while adding "Klaviyo ID:" to the beginning of the ID. I would also like to make sure that I have it formatted correctly in this instance add "Klaviyo ID: 01G1TZJE4G2PYFW01AFCSD46N8" to the customer tags without removing the original tags. {{join (jsonEncode ", ") _PARENT.id tags}}
0
-
Shadner Joseph something like this should work. Also, for future posts if you provide the JSON input it's easier for other users to help out so we don't have to type it out from looking at the screenshot.
{{join "," (join "" "Klaviyo ID: " _PARENT.id) tags}}
0
Please sign in to leave a comment.
Comments
1 comment