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
Anthony Scalzitti (Scalz)Anthony Scalzitti (Scalz) 

TrailHead - Automating Process with Lighting Process Builder: CANNOT_EXECUTE_FLOW_TRIGGER

Looks like I am having a problem with a specific module that other's have had in the past. I am receiving this error when checking in Trailhead: 

There was an unexpected error in your org which is preventing this assessment check from completing: 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 30161000000Cw7B. 
Contact your administrator for help.: []

I've disabled all validation rules and still having a problem. Any help is appreciated.
User-added image
User-added image
 
Ganesh HembramGanesh Hembram
Hi Anthony,

Firstly, you need to choose "Account" object instead of "Contact" object.
Secondly change the boolean condition from "False" to "True". See the below screenshot
User-added image
User-added image
User-added image


Hope this helps you.