
Announcements
I have a kusto query returning results from two tables which returns Manager email, engineer email and Incident numbers. Based on the results from Kusto, I want to send an email to the engineer and CC the manager of that engineer and share their respective incident ID in HTML format. How can i achieve this?
From the results of the Kusto query you can parse out the values. I simple way to do this is to use a Parse Json action.
It's hard to visualize what you are asking without seeing the data results.