replied on November 23, 2017
Okay, there's a couple problems there.
- %(Token (YYYYMMDD)) is not a valid format.
- Note that the "Apply Formatting" box is not checked and the associated field is empty; this means that Workflow does not recognize the (YYYYMMDD) you put at the end of the token.
- Delete what you manually entered, then check the "Apply Formatting" box and entering your formatting there.
- YYYYMMDD is not going to give you the results you want. WF uses .NET date/time formatting and capital letters for Year and Day are not the same as those for month (see the guide here). To get what you want, you should be using yyyyMMdd.
When everything is configured correctly, you should see yyyyMMdd in the "Apply Formatting" field, and the token should look like this:
%(Token#"yyyyMMdd"#)
