Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The syntax for the inner Hash Variable is wrapped by a pair of curly bracket "{" and "}"..

Code Block
titletest
test

 

 

Code Block
titleSyntax / Format
#prefix.{prefix.variableKey}#
Code Block
titleExample
#date.{envVariable.dateFormat}#
#user.{variable.username}.firstName#
#form.tableChild.field1[{form.tableParent.childId}]#

 

...