Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Wiki Markup |
---|
\#form._formDataTableName_._fieldName\[record id\]_\# (Only available in 3.1) |
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# |
To get the value of a workflow variable:
...