Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
To get data field value from form table:.
Code Block |
---|
form |
Wiki Markup |
---|
\#form._formDataTableName_._fieldId\[KB:record id\]_\# (Only available<span style="color: red"><em>tableName</em></span>.<span style="color: blue"><em>fieldId</em></span>\[<span style="color: green">recordId</span>\]# (Available in 3.1) |
form
...
and above) |
Code Block |
---|
#form.registration.registeredDate# #form.registration.registeredDate[0001]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. |
...