If I put a / before token syntax it outputs the syntax instead of the value
IE: /%(RetrieveBusinessProcessVariables_End_Month) will output:
/%(RetrieveBusinessProcessVariables_End_Month)
Instead of /10
Isn't the escape character \?
/ is used for dates and is normally not an escape character