for simple looping you can also use search for list formated as text
this way it doesn’t have to loop in a workflow it just prints the text for each record (you can add data from each record into the format as text)
format as text is fine for simple data (like your table) but you can’t go too nested with it. and it can be a bit of a pain for complex setups.
another approach I’ve used is to offload the html creation to something like make.com where it is much easier to build and maintain the html (just send the data over, then send the html back - set it as an api data call)
1 Like