...
Since version 3.0.3, a Hash Variable can be used inside another Hash Variable to form a Nested Hash Variable. The syntax for the inner Hash Variable is wrapped by a pair of curly bracket '{' and '}'.
Syntax:
#prefix.{prefix.variableKey}# |
Example:
#date.{envVariable.dateFormat}# #user.{variable.username}.firstName# #form.tableChild.field1[{form.tableParent.childId}]# |
List of Hash Variables
Workflow Assignment Hash Variable
...
Environment Variable Hash Variable
Name | Description |
---|---|
Prefix | envVariable |
Description | To retrieve Environment Variable value. Learn more about Environment Variables. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #envVariable.smtpServer# #envVariable.smtpPort# |
Form Data Hash Variable
Name | Description |
---|---|
Prefix | form |
Description | To get field value from form table. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #form.registration.registeredDate# #form.registration.registeredDate[ 0001 ]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. |
App Message Hash Variable (Internationalization)
Name | Description |
---|---|
Prefix | i18n |
Description | To support language localization on application level. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #i18n.app.hello# |
Performer Hash Variable
Name | Description | ||||
---|---|---|---|---|---|
Prefix | performer | ||||
Description | To get user information of the performer of an activity. | ||||
Attributes |
| ||||
Scope of Use |
| ||||
Sample Attributes |
|
Request Parameter Hash Variable
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
User Hash Variable
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
User Variable Hash Variable
Name | Description |
---|---|
Prefix | |
Description |
|
Attributes | |
Scope of Use | |
Sample Attributes |
Userview Key Hash Variable
Name | Description |
---|---|
Prefix | userviewKey |
Description | Userview Key Hash Variable is used solely for the purpose of accessing the current Userview key's value. Typical use case for this hash variable are:-
|
Attributes |
|
Scope of Use |
Workflow Variable Hash Variable
Name | Description |
---|---|
Prefix | variable |
Description | To get the value of a workflow variable in a Process Flow. |
Attributes |
|
Scope of Use |
|
Sample Attributes | #variable.approvalStatus# |