Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Hi everyone!

I want to take value from text field in the Form to be appear at email message(Email Plugin). So, I'm trying using hash variable. Referring to the Hash Variables, to get data from form table, we can use #form.formDataTableName.fieldName# or #form.fieldName#. For example, my formDataTableName = table_ABC and fieldName that I want to retrieve is c_userEmail. So, I create #form.table_ABC.c_userEmail# but it doesn't work. Is there any mistake that I made?

Thanks.