function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shoba shobashoba shoba 

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.
Carlos Campillo GallegoCarlos Campillo Gallego
Hi Shoba,

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