Skip to main content
Paula Kelly が「#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 件の回答
  1. 2017年12月4日 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