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
WPCMSWPCMS 

Need to Send an Email off of a Task Workflow

I need to be able to send an email to users when a task picklist field equals a certain value. I only need it to happen on create.

 

When I select the workflow action it does not allow New email. What should I do?

Navatar_DbSupNavatar_DbSup

Hi,


You can’t send an email through workflow when you are working on Task object. So to do this you have to write a trigger on task object.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

WPCMSWPCMS

Do you know the code for the trigger? Is it something simple to set up?