Skip to main content
Workflow Action Failed to Trigger Flow

The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 3016F00000019Q2. Flow error messages: <b>An unhandled fault has occurred in this flow</b><br>An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Contact your administrator for help. 

Click here to return to the previous page.

Copyright © 2000-2017 salesforce.com, inc. All
2 Antworten
  1. 8. März 2017, 09:54
    Hi Raju,

    Can you make sure that there are no other conflicting processes or workflows that are interfering with your current process (maybe some other process working )?

    Process builder doesn't have tools for debugging. All you have - is a beautiful error email report.

    There is a high probability that you have new validation on your object and flow can't provide changes.

    Goto developer console -> query editor -> check use tooling api -> execute query: select fullname from flow where id = '301...' -> find flow by its name -> provide validation changes. 

    But in future, your admin can add new validation to object in production. Then you again will have a similar issue. Process builder is a fancy tool, but I prefer user trigger instead.

    Hope this helps.

    Please mark this as solved if it's resolved so that it results in helping others who are encountering a similar issue.

    Best Regards,

    Nagendra.
0/9000