Hi @trentq :
Don’t worry, you just need to follow my steps exactly
1\Step1:
In your ‘Initialize variable’ step, set ‘The Table’ to String and set it's value to:
<table><thead><tr><th>Person</th><th>Start</th><th>End</th><th>LeaveType</th><th>Approver</th><th>Link</th></tr></thead><tbody>
2\Step2:Replace 'Append to array variable' with 'Append to String variable2' and set it's value to:
<tr>
<td>{Name}</td>
<td>{Convertedtime}</td>
<td>{Convertedtime}</td>
<td>{LeaveType}</td>
<td>{SubmitToXXX}</td>
<td><a href="@{Linktoitem}" >Link to item</a></td>
</tr>
3\Step3:Add an other "Append to string variable" action outside the loop and set it's value to
</tbody></table>

4\Step4:Delete 'Create Html table'
5\Step5:Use variable "thetable" to replace OutPut of "Create Html table".
If you have questions about HTML I suggest you check this website:
https://www.w3schools.com/html/
Best Regards,
Bof