Hi all,
I have many flows that query data from Kusto (Azure Data Explorer) and return the data as an HTML table.
However, I would like to add formatting and links inside the table.
For example I have a column that contains data like this:
Key1: Value1
Key2: Value2
And I would like the Key to be in bold and the value sometimes to be a link.
If I add HTML formatting inside the Kusto query then it just outputs the raw HTML tags into the mail.
Is there any way I add HTML to the query result and have it formatted as actual HTML in the mail?
Thanks,
Uri
Is there anyone that can help with this?
Thanks,
Uri