Hi David
Sorry I'm relatively new to this, would I need to make a variable and an apply to each per header so 9 variables and 9 apply to each in total, then add the above code into the <table> code shared earlier but replace the header names with the values from the apply to each and then can remove the HTML table step from my flow?
Also how does this adapt for when I need to show € amounts for the Total and Mapped columns at the moment in the HTML Table step of the flow I use these formulas FormatNumber(int(items()?['Total']),'€#,###,##0','en') and FormatNumber(int(items()?['Business Rules Mapped']),'€#,###,##0','en') rest of the columns are just item()?[''] formulas?
I've got it to look like this just struggling to get the values in.

Is it possible if you have some time to draw out what is needed so I can see what needs to go where?
Thanks