Hello,
It seems that if I use token formatting on the global Date variable inside of the Token Editor for a Substitute function, it ignores the formatting entirely.
For example, if I use %(Date#"yyyy-MM-dd"#)
The result I get from the Token Calculator when I actually run the workflow is "MM/dd/yyyy 12:00"
I tried wrapping the date token in TEXT(), but I got the same results.
If I put the date into a separate token first and use that token, everything works as expected, but it didn't seem like expected behavior.