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
Faizan Ali 17Faizan Ali 17 

Workflow Rule Debug Log Error

Hi All,

I have created a workflow rule that fires an email whenever an event is created to the contact selected.

I have tested this in my trailhead org and it works completely fine however when I test this in a sandbox it does not send an email at all. I checked the email logs too.

However when I debugged it I found this:

WF_FLOW_ACTION_ERROR; WF_FLOW_ACTION_ERROR_DETAIL; FLOW_CREATE_INTERVIEW_ERROR; FLOW_START_INTERVIEWS_ERROR; FLOW_ELEMENT_ERROR; INVOCABLE_ACTION_ERROR;

Not sure at all as to what is causing the error, could someone guide me please?
AnudeepAnudeep (Salesforce Developers) 
Debug logs are the primary tool to troubleshoot issues with workflows

I recommend looking at the section Understanding the Debug Log details in this documentation

If you are not getting enough details in the logs, you should go for the finest setting

Let me know if this helps, if it does, please close the query by marking it as solved. It may help others in the community. Thank You!
Faizan Ali 17Faizan Ali 17
Hi, thanks for this but it did not help me at all. I know how the debug log works but I just do not understand this error.