Skip to main contentOverview
The Dedupe connector identifies and removes duplicate items within an array. It’s commonly used when aggregating data from multiple sources or cleaning up datasets before sending them to another system.
By running Dedupe on a list, you ensure your workflow only processes unique records—reducing redundancy and improving performance across downstream connectors.
Configuration
-
In the List input field, select the array you want to deduplicate.
This can be the output of a previous step (for example, a list of contacts, transactions, or SKUs).
-
In the Key field, specify the property used to determine uniqueness (for example,
email
, id
, or sku
).
The connector compares all list items and removes any duplicates that share the same key value.