I've managed to make a workflow that sends an email to someone based on the value of one of the fields on the list.
I've got a process which clears out this list and re-populates it with the correct info every so often.
What I'm trying to figure out is a good way to have something that kicks off the email workflow I've made, on every item on the list, every two weeks. Would there be an easy way to schedule the workflow to be kicked off on everything on the list, or would that need a number of additional workflows made?
Glancing through other posts people make refence to scheduing a workflow as if it's a simple task, but I haven't seen anywhere where it asks on what schedule to run the workflow.
Thanks.