Stop sending email inside "Send Email" Action - Workflow

Hi @LEOS1,

You can make use of the velocity template in the email subject. The logic would be to pass the value as STOP when your attribute is null.

#if(${!value})#stop#end Actual subject

Take a look at the below thread for reference.

2 Likes