Hi,
I currently have a Flow that grabs accounts from Dynamics CRM and inserts to Salesforce. When it attempts to insert to Salesforce, there is a matching rule configured in Salesforce that checks for different criteria to determine whether the account is a duplicate or not. If it is, the account won't be inserted and Salesforce returns the following:
{
"status": 400,
"message": "Salesforce failed to complete task: Message: Duplicate Alert\r\nclientRequestId: fb141ec7-c5b4-4a2d-9371-18e3f30339e4",
"error": null,
"source": "Salesforce.Common",
"errors": []
}
The flow would then stop executing, even though there are additional accounts to process. I was wondering if there's a way to make Flow detect this error, send me an email and then continue processing? (e.g. it would bypass this account).
Sincerely,
Jason