You need to use a merge node before sending the email.
So after you created the tables merge them into 1 item(record) and then you can create 1 mail out of that.
In this case a simple merge won’t work because it will just overwrite the former html content with the latter. Presumably the goal is to concatenate the HTML like this:
By rename the HTML, you are referring to the inner field containing HTML, correct? I tried that first, but the result was one record with two fields: html and html2, which didn’t seem to solve the initial problem (unless you concat fields inside the email’s input expression).
I am interested in a solution without using Code though, as it would be more elegant.
Yes you rename the html field. So you have 2 fields. And then at the end u combine it with another html node.
Normally you would want to add some more to the email like a title or something like that. And then add the 2 tables.
Hope that makes sense.
Either solution above will get the html table data to your email node. From there you must use an expression inside of your email node to fit the input data together, with something like a join.