To get data from form table:
- #form.formDataTableName.fieldId#
#form.formDataTableName.fieldId[KB:record id]# (Only available in 3.1)
Prefix
form
Attributes
#form.tableName.fieldId#
Sample attributes
#form.registration.registeredDate# #form.registration.registeredDate[0001]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket.
Scope of use
- In a Process Tool part of a Process.
- In a Form.
- In a process design.