While making updates in @CRMfusion, Inc. #DemandTools I received the following error:
The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID ####.
I did some digging and came across the following known issues listing:
https://success.salesforce.com/issues_view?id=a1p300000008Xn7AAE
However, the resolution doesn't make sense to me - I cannot figure out how to determine the API versions I'm using in DemandTools or the API for the field(s).
I took a look in Workbench, and the version ID is linked to the Update flow.
The only field I am updating is the Salesforce-created "Type" field.
Any suggestions appreciated!
Hi @Nicole Steck As per my understanding when ever you are doing update then a process builder or flow execution is failed due to one the following reason:
1.) The record is created or updated by Flow or process builder is failed due to any validation rule or may be issues in the process builder or flow that you have built
2.) In Process builder if you referencing Parent Field from a lookup field Like Account__r.Name and for the record account lookup value is blank then process builder execution will be failed.
So for now you can deactivate the flow that causing the using.
Using Version Id #### you can open the flow and deactivate them for testing purpose.
Thanks,
Raj