I need to build a workflow in version 9 that when a new document is added to a folder the most recent date from two date fields out of all the documents in the folder is applied to that folder. The issue I am running into is extracting the first date in the multi value token after they have been listed in descending order. I tried indexing and grabbing only the first value but it comes out blank. I also used a regular expression to grab the first date and got the same result. Any ideas?