We have a client that would like to have the following scenario work:
A Forms task is assigned to a person who has the option to use Direct Approval through email. (This is already configured and working)
When the task is approved through the email, the Forms process moves on to the next task, which emails the new assigned person with a copy of the approved form attached. (This is already configured and working)
The attached form needs to have the Approver's name, the Approval Date, and the Approval status (approved or rejected) captured in fields on the form. (This is the part that's giving me trouble)
The attachment settings are set to use the specific form with current process data, and I set the default values in the fields to:
Approver: {/dataset/_submitter_displayname}
Date: {/dataset/_submission_date}
Time: {/dataset/_submission_time}
Approval Status: {/dataset/_action}
No data is put into the fields. What am I doing wrong? Is this even possible?