Use variables
Variables may be used wherever the Variable Picker is available. The syntax to use is ${variableName}. To insert a variable use:
- the picker, using the selection button, or
- the auto-fill suggestion starting to type ${
Variable names themselves also may be dynamic. For example, if the counter variable value is 1, then ${product_${counter}} is equivalent to ${product_1}.
Home