Skip to main content
Paula Kelly ha fatto una domanda in #Data Management
I have a workflow that should re-evalute a numeric field each time it changes from greater than 1 -- Lead object; Custom Field: Number of Webinars Attended.  It should create a task when it goes from 2 to 3, 3 to 4, etc. It is not running again after the first time.

 

Is there a way to do this?
6 risposte
  1. 4 dic 2017, 18:58
    Thank you for your prompt assistance! This is what I ended up with for the evaluation criteria.

     

    AND(ISCHANGED(Number_of_IND_Webinars_Attended__c), Number_of_IND_Webinars_Attended__c > 1)

     

    Also changed the execution condition as recommended.
0/9000