Forum Discussion
Hi @wpenfold
You’re probably close to your goal.
Make changes in your email sender snap like below:
I guess your Template body is OK, i.e. in the HTML you should have something like
...
<table>
</table>
<br>
</body>
</html>
and before the email sender snap you should have a mapper like this one (note the $table object) that provides the $table:
That should be enough
/Igor