Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
I have a list of people and their supplemental jobs outside of my business office. I would like to send an email on January 1st of each year to ask if they are still working at this other job and to update any information about the list item. I have done for each workflow on list's but I am not sure on how to set this up to only run on January 1st of each year and to send only to the people that do not have an end date populated in their list item.
Solved! Go to Solution.
@gwpeters ...create a site workflow which will query your list items and filter that where end date is empty. Then for each ID you got as collection using query list, send email notifications.
Once you created your workflow after publishing, schedule that workflow. In that you can select the start date as 01/01/2020, repeat every 1 year for indefinite.
That's what I needed, I am used to running List workflows not site workflows and didn't even know I could scheduled them like this. Test worked great did exactly what I needed it to do.
@gwpeters .....Just FYI...you can also create workflow schedules on individual list items too.