
Open that recently created log (Setup -> debug logs) created for your user account. Search for the process builder name in the log, you will get realted info there. If this helps solve your problem, please mark this as BEST ANSWER
- Set Workflow to Finer in the Trace Flag in the Debug Log.
- Look for Flow Elements(Flow_Element) in the Debug Log.
- Version Id in the Error Message is the Id of the Flow(Process Builder).
- Process Builder developer receives the detail email.
How to debug process builder?
After cursory research, it seems there are several ways to debug process builder: Since process builder is built with workflow and is another layer on top it can be debugged via debug logs:
How to generate debug logs in Salesforce?
If you've enabled debug logs for yourself in the Salesforce org. You can update one record, which will generate log. Open that recently created log (Setup -> debug logs) created for your user account.
Is it possible to handle errors in process builder?
No you cannot handle these errors in process builder.Process builder is not a finished product, still in BETA. So first try to understand was it possible to handle the same scenario with traditional workflow. but having a {!$Flow.FaultMessage} handler seems pretty basic.
How do I debug a screenless flow in process builder?
With the Process Builder, you can create a process that calls a flow which is screenless and has no steps. If this flow fails, how do you debug the flow? A way to debug is to create a new flow that calls your original screenless flow. This new flow has a screen where a user can pass the necessary data to the screenless flow.

Can we debug process builder in Salesforce?
To navigate to Debug Logs or Debug Levels: Setup [Symbol] Logs [Symbol] Debug Logs or Debug Levels. After creating the process, set up the Debug Logs and Debug Levels filter in “Finer” level for Workflows. Then, go to Debug Logs.
How do I debug an error in Salesforce?
Use the Log InspectorFrom Setup, select Your Name > Developer Console to open Developer Console.Select Debug > Change Log Levels.Click the Add/Change link in General Trace Setting for You.Select INFO as the debug level for all columns.Click Done.Click Done.Select Debug > Perspective Manager.More items...
How do I debug a workflow in Salesforce?
You can use Debug Logs to troubleshoot Workflow Rules....Click the Gear icon then Setup | Platform Tools | Environments | Logs | Debug Logs | New.On the lookup field, search for the user who is performing the action.Reproduce the action in question (create or edit a record to trigger the workflow).More items...
How do I check Salesforce error logs?
To view the debug logs, from the setup option in Salesforce, enter 'Debug Logs' in the 'Quick Find box', then select 'Debug Logs'. Once you select the Debug Logs, click the 'View' button to examine the log. Click 'Download' to download the logs as an XML file.
How do I check for errors on debug logs in Salesforce?
To view a debug log, from Setup, enter Debug Logs in the Quick Find box, then select Debug Logs. Then click View next to the debug log that you want to examine. Click Download to download the log as an XML file.
How do you debug a flow error?
Remember, closing or restarting a running flow doesn't roll back its previously executed actions, callouts, and changes committed to the database.Open the flow in Flow Builder.Click Debug.Set the debug options and input variables.Click Run.More items...
How do I debug a scheduled process builder in Salesforce?
Best way of Process Builder Debugging in SalesforceSet Workflow to Finer in the Trace Flag in the Debug Log.Look for Flow Elements(Flow_Element) in the Debug Log.Version Id in the Error Message is the Id of the Flow(Process Builder).Process Builder developer receives the detail email.More items...•
How do you troubleshoot a workflow?
Errors can either be caused by how the workflow is set up or by issues with the enrolled records:To fix errors associated with a workflow, click Edit in the upper right to access the workflow editor.To fix errors associated with a record, click the Name of the record to access the object record.
How do I run a debug log in Salesforce?
Set a user-based trace flag on the guest user.From Setup, enter Debug Logs in the Quick Find box, then click Debug Logs.Click New.Set the traced entity type to User.Open the lookup for the Traced Entity Name field, and then find and select your guest user.Assign a debug level to your trace flag.Click Save.
Where can I find error messages in Salesforce?
A detailed error message includes information about the access type, fields, and object.From Setup, in the Quick Find box, enter Custom Settings , then select Custom Settings.Click Industries Application Config.Click Manage and then click Edit.Select Show Detailed Error Messages.Save your changes.
What is system debug in Salesforce?
System. debug() lets us print any values in our Apex code for debugging purposes. This can be very useful for debugging any errors you encounter. We can access the debug logs from the developer console, there are also some IDE's that support debug logs in Salesforce.
Where are errors in Salesforce?
To find your Salesforce error log, known also as a debug log, you will need to download the log directly from Salesforce. For information on downloading debug logs, refer to the following external Salesforce documentation: View Debug Logs.