Duplicate Identities
Example warning
6 records with duplicate identities sent
Warning description
This error happens when the source(s) produce multiple records with the same identity value.
For example, suppose you have the following collection of records that you were sending to a CRM:
Email (identity field) | First Name | Last Name |
---|---|---|
[email protected] | John | Doe |
[email protected] | Jon | Doe |
Polytomic will alert you to the fact that there are one or more records that share an identity value (in this case [email protected]).
Warning symptoms
- The record in the destination system does not have expected values
- You have multiple records in the destination system with the same identity value
- The same record is written multiple times in the course of a single sync
Other information
The order of the duplicates does not guarantee which value(s) will be written. Any/all of the duplicate values may be written to the destination system.
Updated over 1 year ago