Send reminder email from SharePoint Designer Workflow

MDuBose 716 Reputation points
2021-08-03T21:30:50.247+00:00

Hello,

I've created a document library and created a document set content type along with a workflow. In my document library, I've created multiple columns. When a user uploads a document, they also have to complete the values in the columns. The purpose of this process is to email individual approvers in sequential order, to review/approve a document.

  1. User1 uploads the document> inputs the name of User2 in ColumnA and inputs the name of User3 in ColumnB>selects, Not Approved in ColumnC and in ColumnD>Clicks Check In. The result is an email is sent to User2 to review the document.
  2. User2 goes to the site>checks out the document, signs> uploads it back to SharePoint> selects, Approved in ColumnC> Clicks Check In. The result is an email is sent to User3 to review the document.
  3. User3 goes to the site> checks out the document> signs> uploads it back to SharePoint> selects, Approved in ColumnD, Clicks Check In. The result is the approval steps are complete.

I'm trying to figure out how to implement a reminder. So, if the document has not been approved in a week (meaning User2 or User3 have not selected Approved), then to send an email to User1 that the document has not been approved in a week from when it was uploaded. I understand this can be accomplished by creating a local variable and using the Add To Date and Pause Until Date actions, however, I do not want to pause the workflow because that means, the steps above will not get executed until the pause is complete. Is there another way to accomplish my requirement in SharePoint Designer?

Microsoft 365 and Office | SharePoint Server | Development
0 comments No comments
{count} votes

Accepted answer
  1. CaseyYang-MSFT 10,461 Reputation points
    2021-08-04T08:22:18.577+00:00

    Hi @MDuBose ,

    There is no other available option to accomplish your requirement in SharePoint Designer if you don't want to use Add To Date and Pause Until Date actions.

    Here is a workaround, I suggest you create a new workflow which send an email to User1 when ColumnC and ColumnD are Not Approved and then enable Retention Policy to start this workflow.

    Library settings > Information management policy settings > click your content type > Enable Retention > click Add a retention stage...

    120405-1.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.