Forum Discussion
I was able to resolve the error.
Had to use the correct relationship field API Name which was something else and not Contact__r.
Thanks a lot for the help @bojanvelevski @darshthakkar
- darshthakkar3 years agoValued Contributor
Glad you were able to resolve the error. Yeah, it has happened with me before that I used a wrong mapping for salesforce fields.
Salesforce fields have a double underscore “__” and I was going ahead with a single “_”; that was not allowing me to ingest any values. Second time, I was trying to insert a name and salesforce could ONLY accept an ID for a given field, I’ve had my part of resolving those errors previously.
Rationale behind not highlighting these facts before was to check and validate if there were any erros in the pipeline design/development, the next step would anyway have been checking the mapping which you did so all good.