Skip to main content
7 Antworten
  1. 16. Aug. 2016, 19:36
    Since the 'Reminder' is set when the Task is created, that's why the email is being sent.  Instead, use a formula criteria and check for NOT(ISNEW())

     

    AND(

     

    NOT(ISNEW()),

     

    Reminder

     

    )
0/9000