Skip to main content
I'm using a workflow, running this rule if the formula elevates as true. The formula is on a number field and I am receiving the below issue.

 

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
  1. Mar 9, 2019, 2:45 PM
    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?
0/9000