Logic Apps: Run query and visualize results Html Table displayed in Email

63 Views Asked by At

I would like to display the results of my query in a html table via email.

My attempt:

enter image description here

The above is attaching the .html to the email but i would like to display it in the email.

1

There are 1 best solutions below

0
HarriS On BEST ANSWER

Here's a solution that does not require you to attach the .html file to the email.

Instead i've used run query and list results + create html table. Then wrapped the table in html to then be used inside an email.

enter image description here