I am running a database Stored Procedure
from that resulting dataset, I create a html table, with automatic columns selected
that html table then gets some CSS table styling
and the final table then gets sent in an email
Everything works fine except for the fact that the 3 currency columns in the table aren't formatted to display that, along with a date column which is an ugly format from the database.
Should I add a Compose step somewhere? How can I use that to access a particular column inside my html table to format numbers/dates?

