SPO SharePoint Designer工作流程-提醒电子邮件 [英] SPO SharePoint Designer Workflow - reminder email

查看:164
本文介绍了SPO SharePoint Designer工作流程-提醒电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含以下字段的列表:和提醒日期" -其中提醒日期"是到期日期"前2天

I have a list with that include these fields: "Due Date" and "Reminder Date" - where "Reminder Date" is 2 days before the "Due Date" 

例如截止日期-6月30日;提醒日期-6月28日

ex. Due Date - June 30; Reminder Date - June 28

批准人不同-批准人1,批准人2和批准人3

There are different approvers - Approver 1, Approver 2, and Approver 3

我需要发送有关提醒日期"的电子邮件,如果第一,第二和第三批准者中的任何一个尚未批准

I need to send an email on the "Reminder Date" if any of the 1st 2nd and 3rd approvers did not approve yet

和最终批准人-在第一,第二和第三批准人批准该项目后应批准的最终批准人.

and a Final Approver - Final Approver which should approve after the 1st 2nd and 3rd Approvers approved the item.

最初将向他们(1、2和3)发送一封电子邮件,说明该物品需要其批准,如果其中任何一个在提醒日期"之前未批准该物品,则将电子邮件发送给该特定批准者(如果他们在提醒之前批准了该批准者) 在此日期之前,无需发送提醒电子邮件,而会将电子邮件发送给最终批准者

An email will be sent to them (1,2,and 3) initially that the item is for their approval, if any of them did not approved the item before the "Reminder Date", an email will be sent to that specific Approver, if they approved it before the Reminder Date then there's no need to send a Reminder Email, and will send an email to the Final Approver

有人可以向我展示工作流程吗?我对做什么很困惑.

Can someone show me the workflow? I am quite confused with what to do. 

谢谢!

推荐答案

您可以尝试创建一些列来记录批准者批准状态,然后为此创建一个计时器工作"网站工作流程.

调用REST api/_api/web/lists/getListByTitle('listName')/项目?

Call REST api /_api/web/lists/getListByTitle(‘listName’)/items?


过滤器,根据批准者批准状态检索列表项目,触发提醒电子邮件.
filter to retrieve the list items, based on the Approver approve status, trigger Reminder Email.

您可以使用转到并暂停"操作来实现计时器作业"逻辑.

这里是一个线程供您参考.

带有过滤器的其他api:

最好的问候,


这篇关于SPO SharePoint Designer工作流程-提醒电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆