S
Shiva Duriseati
Guest
Hi Elmer, Please correct me if I am wrong. Are you updating any field after condition/task is met? If that is the case you can use this field to determine whether to execute the trigger or not. Example
For trigger of type "Send Email") return (("{!isTaskDone}"==="Yes")?false:true); Regards, Shiva
Continue reading...
Continue reading...