ISCHANGED( Failed_Deposit__c )
Error: Function ISCHANGED may not be used in this type of formula
What I am trying to accomplish is to send an email alert when the failed deposit field changes. Any ideas on what im doing wrong or why I am not able to use ISCHANGED in this scenario?
3 answers
Hi Peter,
The ISCHANGED function is only available for workflows whose execution criteria is set to created, and every time it’s edited. Could you try that?