I had tried but still couldn't get the data.
Can you help me to check my form design and determine what my hash variables should be?
The way the form is designed,
Child Form (Remarks form) → contains a remarks text field and an id hidden field.
Parent Form (Approval form) → Uses a subform for the Remarks, uses a "Grid" not "Form Grid" to load the remarks history.
So the process is like this, the workflow is a Purchase Requisition workflow. The requestor will submit the PR, then it will require a manager to approve or reject. So, when the manager rejects, it will prompt him to write remarks (The remarks text field is a subform of a child form "Remarks form"). Then the outcome of the Parent Form, we have a remarks history using "Grid" not "Form Grid" just to load the remark history from the child form, the foreign key is the id hidden field of the child form. Then when the PR gets rejected it will send an email to the Requestor through the process tool (Email tools).
The purpose of these is I want to get the remarks history in the email. I am confused and not sure which hash variables format to use