You need to sign in to do that
Don't have an account?

Throwing an error in process builder due to apex trigger
I wrote a process builder which will update the region field depends on billing country in Account .
I wrote a trigger to show error if it not have a contact while updating the Account.
While am creating a new account it throwing an error like
"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 3014B0000000yDZ. Contact your administrator for help. Click here to return to the previous page".
Can anyone help me out to solve this issue please. Thanks in advance.
I wrote a trigger to show error if it not have a contact while updating the Account.
While am creating a new account it throwing an error like
"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 3014B0000000yDZ. Contact your administrator for help. Click here to return to the previous page".
Can anyone help me out to solve this issue please. Thanks in advance.
Could you post the error message that appears in the email that is sent when process builder crashes with this example? without it is quite difficult to know what's happening...
Regards