We are using the Update operation of the Mule 4 Dynamics connector to sync Created and updated Salesforce Contacts to Dynamics
The Create works perfectly - the Update fails with 500 Server Error "Operation Failed" response
For the Update - passing a simple payload which includes the GUID ID that Dynamics created when the Create happened (we push it back to SF)
output application/json
---
{
ID: vars.salesforceID,
firstname: payload.data.payload.dodd_firstname__c,
lastname: payload.data.payload.dodd_lastname__c
}
Any clues to share?

Report
All responses (
Answers (