How I did Daily Reminder using SharePoint Workflow 2010 (very simple)

You can easily loop /loop with a condition in SharePoint 2013 Designer Workflow. This is not an action in case of 2010 SPD Workflows. So , In order to achieve this. We need two workflows.

Step 1 : Create a Simple List called RemindersList.

Step 2 : Create the Primary Reminder Workflow .

As you see from the above diagram , There are just two actions .

Email ; Update the current Item (You can update the Title with WorkflowContext:Last Run) ; Save and Publish.

Step 3 : Now Create a Secondary Reminder Workflow as shown below

Pause for a day ; insert Update Item action (same as the Primary Reminder Workflow) ; Save and Publish.

Note : As the workflow needs to run continuously every day, The workflow start option should be like below : Start the workflow when an Item is created/changed







要查看或添加评论,请登录

Rakesh Kolloju的更多文章

  • How I calculate my monthly expenses with GCP and mint

    How I calculate my monthly expenses with GCP and mint

    Often times , we don't know how much we are spending on the things like costco , Electricity bills etc. Here I'm trying…

  • iOS 11 can destroy some third party apps .

    iOS 11 can destroy some third party apps .

    It is very common requirement to have the documents scanned . Although there are some free apps which fulfills our…

  • Get your SP CAML query by CSOM

    Get your SP CAML query by CSOM

    When you don't know the syntax of CAML (Colloborative Application Markup Language) . How can you achieve via CSOM ?…

    2 条评论

社区洞察

其他会员也浏览了