1
0
-1

Hi experts. I want display the value of a variable into an email tool. I have tried several methods of calling the variable but none works:

  1. #variableName#
  2. #formName.variableName#
  3. #form.formName.variableName#


my form name is mainForm. How do I do it?


Thank you in advance.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Do you mean #variable.variableName# (BTW the Workflow Variable Hash Variable will only work in an email tool that is in a run process). See Hash Variable#WorkflowVariableHashVariable for more information.

      In addition, the Hash Variable#FormDataHashVariable second paramater should be the table name, as in #form.tableName.fieldId#.

        CommentAdd your comment...