I have created 2 email templates for use in Workfront Timesheets and Requests but they do not seem to be working
I am trying to make the email template be used to send out the email when the actualCompletionDate for a request (issue) is created (The request has been completed). I am getting the standard email that tells the requester that the request has been resolved.
Here is the setup I have completed

Here is the actual template that I created for the Request

Below is the body from the setup
<html>
<p>The Request<b><a href="https://choctawnationgov.my.workfront.com/description/view?ID=$$ID$$">$$name$$</a></b> has been resolved.</p>
<table width="350" style="font-size:12px;">
<tr>
<td><b>Request Queue:</b></td>
<td>$$project:name$$</td>
</tr>
</tr>
<tr>
<td><b>Actual Completion Date:</b></td>
<td>$$actualCompletionDate$$</td>
</tr>
</html>
Any suggestions would be appreciated.