To get field value from form table.

Prefix

form

Attributes

  • #form.tableName.fieldId#
  • #form.tableName.fieldId[recordId]# (Available in 3.1 and above)

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.
  • No labels