Hello-
I’m still new to SharePoint and attempting to create a workflow for a library that seems to work intermittently. The idea is that I want to move documents to the archive once the date entered there is reached where applicable (most will be blank, hence first line). I created the workflow in SharePoint Designer:
Step: Step 1
If Current Item:Archive Date is less than or equal to 1/1/1900 12:00:00 AM
Stop the workflow and log No Date
Wait for Archive Date to be less than or to equal Today
Log Workflow started to the workflow history list
Copy item in Current Item to Archive
Delete item in Current Item
Log Document archived to the workflow history list
In Start Options, I have allow manual start, start when item is created and when item changed checked.
Lately, when that date is reached, nothing happens. If I go in and change it to another past date (like last month, for instance), it might kick in the workflow.
I’m hoping this is an obvious fix for someone!
Thanks in advance,
Stephanie
I agree with Beau.
Information Management policy is a much better option when archiving SharePoint items. Just need to realize that the timer job will Start a workflow every weekend by default and you will need to specify a recurrence condition as needed.