收藏Lisa Osman 提问于 #Data Management2016年8月16日 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 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Jeff May2016年8月16日 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 )显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Jeff May2016年8月16日 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 )显示更多