FavoritLisa Osman fragte in #Data Management16. Aug. 2016, 19:26I've successfully created a workflow to send an email reminder for a task, but it also sends an email when the task is created. How do I only send an email when the task is due, not when it's created?7 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Jeff May16. Aug. 2016, 19:36Since 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 )Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Jeff May16. Aug. 2016, 19:36Since 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 )Mehr anzeigen