Note: Switch interprets the opening square bracket '[' as the beginning of a new
variable. To use the square bracket as static text, you need to double it: '[['.
Note that there is no need to double the closing square bracket.
Example:
- Input: This the value of the [[Job.Name] variable:
[Job.Name] (the first instance of [Job.Name] is to be
interpreted as static text; the second as a variable)
- Result for a job with the name TestFile.pdf: This is the
value of the [Job.Name] variable: TestFile.pdf (only the second
instance of [Job.Name] is replaced by the actual job
name)
To insert
a new variable in the text, proceed as follows: