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
Jacky GongJacky Gong 

first error: CANNOT_EXECUTE_FLOW_TRIGGER

The Line: 6, the Column: 1
System. DmlException: Update failed. The First exception on row 0 with id 0032800000 ax478aaa;First error: CANNOT_EXECUTE_FLOW_TRIGGER, unable to save the record, because it triggers the process failure.Flow trigger execution flow with version ID 301280000002 TDJ failure.Flow error message: < b > unable to process the error occurred in this flow < / b > < br > unable to process the error occurred when processing flow.For more information, please contact the system administrator.Please contact your administrator for help.: []


first error: CANNOT_EXECUTE_FLOW_TRIGGER
MythreyeeSSMythreyeeSS
Hi - When you are executing the code in Execute Anonymous window, I believe some DML operation is done. That DML operation may cause the Flow to execute. The Admin whoever built this Flow or Process Builder will receive a detailed email about this error which should help more to debug the issue. Thanks.
Jacky GongJacky Gong
Thanks for your reply.  I'm updating contact's email for an empty value but there is an error occurred. 
MythreyeeSSMythreyeeSS
A flow should exist on the Contact object which should be creating the issues. Probably the flow on Contact need to be debugged further.