Find KlickTipp tags to remove by prefix
 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 ...
Template notes

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.
---