Skip to main content
If there are duplicate checks enabled in your recipe, this would be a method to identify customers that have tried to sign up previously. Duplicate checks, and their close counterpart, the blocklist check, will return a ProcessResultObject for each match to another entity, based on your configured matching rules. Each ProcessResultObject will contain the following values: The following resultNote Key-Value-Pairs will also be set:

Effect on EntityProfileResult

When there is a duplicate match (either a true positive or all potential matches haven’t yet been marked as false positives), this will prevent any further checks from being run. In that case you would see something like the following in the entityProfileResult checkResults section:
Duplicate Result
In there you can see that there is a duplicate FAIL result and subsequent checks are blocked by this failure.

Example

An example where there are two false positive matches, one true positive and outstanding are below:
Example Duplicate Result