Re: Issue with Create HTML table from SQL Query
Hi , @cdebloi
According to your description, you have got the data like this:
[
{
"Run": 1308103,
"Weeks Sales": 6,
"Customer": "FPL",
"Weeks Start": 10,
"TSR": "Chris",
"Engineers": "Jim, Joe"
},
{
"Run": 1262842,
"Weeks at Sales": 4,
"Customer": "Farmers Inc",
"Weeks to FA Start": 10,
"TSR": "Paul",
"Engineers": "Bob, Joe"
}
]
So you can just use this array in your "Create HTML Table" action:

And for your css code , you ca also put it in a Compose action and then put it in the body of the "Send an email v2" action:

Best Regards,
Yueyun Zhang