Forum Discussion
There was no error shown in the pipelines. In the mapper snap, I can see the id is generated for the relationship object.
Pipeline created:
In the Salesforce Created output, this is what I am getting:
Yes, the Salesforce accepts External Id field. While inserting Contact, I am doing upsert based on External Id, and it is working fine.
I had created a similar pipeline, where a junction object was getting upserted. The difference was, the junction object was child to Account and Contact.
And in this case, the relationship object is child to two Contact lookup fields.
It would be really helpful if we can jump on a call to discuss this. Appreciate all the help. Thanks!
- prakarshjain5103 years agoNew Contributor II
One more thing to add, the Salesforce Poller after Relationship Create is not giving any output. I added a Join snap after that just to check if I am getting any value in the left path of join, but I am not getting anything.
- bojanvelevski3 years agoValued Contributor
Hi @prakarshjain510,
Check if your last snap is set to Validate & Execute. That will result in the scenario above.
- prakarshjain5103 years agoNew Contributor II
Thanks @bojanvelevski
After adding validate and execute, I am getting the following error in the poller snap -
This is the relationship mapper:
Not sure, why this error is coming though, as in the Relationship Upsert Snap, I am using contact as the related object and the external id field created on the Contact object.
Thanks!