You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should return 2 contacts if we have dups, but a test says
if (idsToMerge.length > 1) {
console.log(`Found multiple potential contact IDs ${idsToMerge.join(', ')} to merge`);
throw new Error("Ambiguous merge; more than one matching contact");
}
so there can't be a deduplication, right ?
The text was updated successfully, but these errors were encountered:
In https://github.com/HubSpot/sample-workflow-custom-code/blob/main/samples/dedupe_contact.js, seaching with filter
should return 2 contacts if we have dups, but a test says
so there can't be a deduplication, right ?
The text was updated successfully, but these errors were encountered: