...
- #form.formDataTableName.fieldName#
Wiki Markup \#form._formDataTableName_._fieldName\[record id\]_\# (Only available in 3.1)
- #form.fieldName# (used in Form Builder or plugin configuration when the form data table name is already specified)
For example:
Code Block |
---|
#form.registration.registeredDate# #form.registration.registeredDate[0001]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. #form.issuedDate# |
Workflow Variable
To get the value of a workflow variable:
...