Access Form data in Post Processing Tool (Email Tool)

Confluence User - 31 Jul, 2021

How to access Form data inside Post Processing Email Tool

________________DETAILS OF FORM AND INPUT FIELDS____________________

Form ID        : gRegistrationFormId
Form Name  : G Registration Form
Table Name  : app_fd_gRegistrationFormTable (app_fd_ is static part)

FIELDID                 TYPE
COMPANYID         Select-Box
EXPIRYDATE          Date-Picker
EMPACCESS          Checkbox
_____________________________________________________________________________

Tried using Form Data Hash Variable & Form Binder Hash Variable but in mail its same as below instead of the input data

     #form.app_fd_gRegistrationFormTable.COMPANYID#
     #form.gRegistrationFormTable.COMPANYID#

     #binder.options.gRegistrationFormId.COMPANYID#
     #binder.gRegistrationFormId.COMPANYID#


forms;emailtools;formdatahashvariable;formbinderhashvariable

2


03 Aug, 2021
confluenceUser
confluenceUser

#form.gRegistrationFormTable.COMPANYID# should have worked unless the context is missing.

Maybe you can attach some screens here to show steps to replicate?

04 Aug, 2021
confluenceUser
confluenceUser

Created a new application and its working as expected.
Difference in both application is that : 
First application is using CustomDatasource (Oracle) for Loading and Storing form submit data.
Second is using default one which is given by Joget. (Working)

Does changing to CustomDatasource make #form usage invalid ?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print