Good Afternoon,
Currently i have a workflow that retrieves the date value from a template and pattern matches the full year \d\d\d\d so that i can save the token as the YEAR.
I'm trying to determine how i would be able to determine how i can use that date and move an entry to its appropriate decade folder.
For Example
Root Folder
2013
2012
2000-2011
So if the document date entry is 12/30/2013 it goes into the 2013 folder
but if the document date entry is 1/20/2005 it should go into the 2000-2011 folder.