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
Mark RutterMark Rutter 

Process Builder throws a flow trigger error.

This org uses Survey Gizmo to push information collected from a reservation form, creating a new record on a custom object.

I have a very simple Process built with the Process Builder that looks at a picklist field on this newly created record and updates a text field.
When this process is activated, new records are not created by Survey Gizmo and I get the following error from Survey Gizmo:

O:8:"stdClass":3:{s:6:"errors";O:8:"stdClass":3:{s:6:"fields";N;s:7:"message";s:189:"The record couldn�t be saved because it failed to trigger a flow. <br>A flow trigger failed to execute the flow with version ID 301U00000004KZ5. <br/> Contact your administrator for help.";s:10:"statusCode";s:17:"UNKNOWN_EXCEPTION";}s:2:"id";N;s:7:"success";b:0;}

This looks like a flow trigger error.  There are no flows in this org and no workflow rules or Processes that ask to trigger a flow.

Ideas?
SonamSonam (Salesforce Developers) 
The process builder ruuns on the flow engine and is kind of a flow at the backend therefore any error you see on the process builder will point towards an issue with a flow that is nothing but the process itself.