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.

Code Block
languagejava
titleSyntax / Format
#prefix.{prefix.variableKey}#

...

 

Here's some examples:-

Code Block
 code
language
java
titleExample
linenumberstrue
#date.{envVariable.dateFormat}#
#user.{variable.username}.firstName#
#form.tableChild.field1[{form.tableParent.childId}]#

 

...