I am using the Gmail pack to send an email, and I want to write the email format in HTML (especially a table). I found a pack called HTML Email Builder that helps with this, but I want to be able to modify the attributes of my HTML tags.
What I usually do is set up a table called Templates. In that table you can make a row called HTML Table. Then, in the canvas of that row, put the main table HTML, adding a {1} to the where you’ll enter the row values
Then, wherever you want the table to appear, you write a formula like this:
format(@HTML Table.template, [formula filter for what values you want].HTML Insert.Join(“”) )
Depending on the email template, you’ll have to mess around with where you enter the .tohtml(). This is a huge pain though and I would love an easier solution if anyone has one.