milkdud, there are a couple of ways to do this:
1) Add another number column to your list called "Interval" or similar. In it will be the days to wait since "date" field to resend alert. To check one year later, put 365 (days) in the interval field for that item.
Then created a scheduled site workflow that runs weekly, monthly, or at some chosen interval. Have it check the items in the list by comparing today's date (the date the workflow runs) against the item "date" + the interval. When today is = or > that date, run your other workflow that sends out the alert.
2) You could create a scheduled site workflow of your original list workflow and set is recurring schedule on any interval you like.
hope this helps,
Gman
Thank you. Would it have to be a site workflow or can i keep it as a list workflow.
I will try your suggest then come back and mark accept.
If you want it to be a scheduled workflow you can use either. We typically use site workflows. To access the scheduler for a list workflow you need to use an item in the list as the triggering workflow. Be sure you don't delete this item or you'll loose the workflow schedule as well. Access the workflow schedule through the item's menu (it's not available in the ribbon).