NAl
4 years agoContributor
Records not marrying up based on Email
I have a pipeline which is pulling data from 2 salesforce orgs. These data sets are then combined and matched based on the email address using a sort and join (left outer) snap. The end result is an upsert operation is in 1 of the orgs.
When executed, the pipeline fails because our duplicate management rule in salesforce is triggered since it is trying to create rather than update a record with an existing email address.
My question is why isn’t this being picked up through the salesforce read snaps and being mapped through the join? What am I missing