I have documents named by paid date. Example "102717". All I want to do is create a workflow that takes every document and populates the field "Paid Date" with the date specified in the name of the document. When creating the token to pattern match the date and covert it to a standard date format "10/27/17" I'm having trouble finding the pattern that adds the slashes into the six digit date so that it's recognized as a date. Is there a simple pattern to use that adds the slashes in?