Forum Discussion
T150732D
Jul 26, 2022Copper Contributor
Azure logic app - sent a visalized graph via email
I am using Logic app to send query outcome via email. I found article how to compose logic app that will use 5 queries (4 charts and 1 table). I would like to send them via email. The queries are fin...
anish833
Jan 11, 2024Copper Contributor
From the logic app code view you can edit the query part to include img tag with the output of the KQL query. The MIME type I used was jpeg and it worked for me
sentineladmin
Jan 11, 2024Copper Contributor
Thank you for the reply. Can you include your query and possibly explain that a bit more. We did get the email attachment working but not in the body.