Aug 20 2022 06:27 AM
I have created one task list.In that list Status,Assigned To, Task column is there.one month time period will be given for every task from created date.If the status column is not changed as completed within one month , the assigned to person should get the mail with the task name and "your task is not completed".
How to create workflow for that using sharepoint designer.I am using sharepoint designer 2010,sharepoint 2016 onpremise.
Aug 20 2022 06:33 PM
@Bhrathi_97 You can create a new calculated column and create a new SP Designer workflow or add the new conditions to existing workflow.
I got one article that may help you.
https://threewill.com/sending-reminder-emails-using-sharepoint-designer-workflows/
The first step is to create a list (“List A”) that will be used to drive the reminder email workflow. For my example, this list had three fields:
The other list (“List B”) only has two fields:
First, create a list workflow for List A to send the reminder emails. This workflow needs three steps:
Set the start condition for this workflow to “Start workflow automatically when an item is changed”. Publish the workflow.
Next, create a list workflow for List B to update List A to create a loop. This workflow just has one step.
Also set the start condition for this workflow to “Start workflow automatically when an item is changed”. Publish the workflow.
Aug 21 2022 02:55 AM
Hi @Bhrathi_97
SharePoint 2010 workflows are retired. Please see retirement announcement.
As you are on SP2016 on-prem, you may consider creating timer job for this purpose.
Aug 21 2022 10:41 AM
Aug 21 2022 10:59 AM
SolutionHi @Bhrathi_97
Here is one reference article https://www.enjoysharepoint.com/create-timer-job-in-sharepoint-2016-programmatically/
Hope this helps
Aug 21 2022 10:59 AM
SolutionHi @Bhrathi_97
Here is one reference article https://www.enjoysharepoint.com/create-timer-job-in-sharepoint-2016-programmatically/
Hope this helps