Compare Lists: Common Items & Differences by Custom Key - n8n Workflow | Neura Market
Compare Lists: Common Items & Differences by Custom Key
Compares two lists of objects using a custom key (e.g., email, ID) to identify common items, items only in List A, and only in List B. Ideal for data deduplication and reconciliation in CRM workflows.
This n8n workflow efficiently compares two lists of objects (List A and List B) based on a user-specified key field, such as 'email', 'id', or 'domain'. It processes JSON input containing the lists and key, then outputs three structured arrays: 'common' (matching items, retaining one version), 'onlyInA' (unique to List A), and 'onlyInB' (unique to List B). This enables precise data auditing without complex scripting.
Key benefits include time-saving automation for deduplicating records across s
Platform
n8n
Category
CRM - Sales
Price
$12.99
Creator
QualityWorkflows
comparison
lists
arrays
deduplication
CRM
data-reconciliation
sales
auditing
key-matching
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.