workflows.fit
Back to n8n workflows
n8n templateFreeBy KlickTipp

Find KlickTipp tags to remove by prefix

![image.png](fileId:4551) Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only. --- Overview This sub-workflow determines which KlickTipp tags should be ...

Core NodesSticky NoteExecute Workflow TriggerN8n-nodes-klicktipp.klicktippMerge
Loading interactive preview...

Template notes

![image.png](fileId:4551)

Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.

---

Overview

This sub-workflow determines which KlickTipp tags should be removed from a contact by comparing:

- a tag prefix scope (for example Zoho |) - a list of tags that should be kept (coming from a 3rd-party system and treated as the source of truth) - the existing KlickTipp tags that fall under the same prefix scope

The workflow calculates the difference between the currently assigned prefixed tags and the desired prefixed tags, and returns a single array tagNamesToRemove[]. This result can be passed to a follow-up workflow that performs the actual tag unassignment in KlickTipp.

---