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
Austin WineAustin Wine 

Trigger Flow Issue When Converting Objects

The original development of our system was done before my time. We no longer have access to the person who created all work flows and tracking this issue down manually will pose a significant time delay in the launch of our new object layouts. 

 How can I track down the trigger flow error and discover what the missing criteria is? 

..If it helps, this error occured while a 'Lead' is being converted to the new objects (Account, opportunity).

See error message below.  

Error: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn’t be saved because it failed to trigger a flow. 
A flow trigger failed to execute the flow with version ID 301i0000000LNHA. 
Contact your administrator for help.: [] (System Code)


Thank you!
SaiGSaiG

Hi Austin,

The error could be from Process Builder or a Flow. You can navigate from Setup -> Create -> Workflow & Approvals and you should see Flows and Process Builder. It could be a flow on the Lead object that is causing this error.

Thanks,

Sai