You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the result values from the Kusto query as input for the next actions. Select the result values from the dynamic content window.
82
-
In the example below, a *Slack - Post Message* action and *Visual Studio - Create a new work item* action containing data from the Kusto query were added.
80
+
In the example below, a Slack - Post Message action and Visual Studio - Create a new work item action containing data from the Kusto query were added.

111
109
112
110
> [!IMPORTANT]
113
111
> In the *Cluster Name* fields, enter the cluster URL.
114
112
115
-
1. Add a *Send an email* action.
116
-
* In the *Body* field, insert the required *body* so that the visualized result of the query is included in the body of the email.
117
-
* To add an attachment to the email, add *Attachment Name* and *Attachment Content*.
(./Media/flow-usage/flow-resultsmultipleattachments.png#lightbox)
(./Media/flow-usage/flow-resultsmultipleattachments2.png#lightbox)
125
123
126
-
## Example 5: Send a different email to different contacts
124
+
## Send a different email to different contacts
127
125
128
126
You can leverage Microsoft Flow to send different customized emails to different contacts. The email addresses and the email contents are a result of a Kusto query.

138
136
139
-
## Example 6: Create a custom HTML table
137
+
## Create a custom HTML table
140
138
141
139
You can leverage Microsoft Flow to create and use custom HTML elements, such as a custom HTML table.
142
140
143
141
The following example demonstrates how to create a custom HTML table. The HTML table will have its rows colored by log level (the same as in Azure Data Explorer).
144
142
145
143
Follow these instructions to create a similar Flow:
146
144
147
-
1. Create a new *Kusto - Run query and list results* action.
145
+
1. Create a new Kusto - Run query and list results action.
(./Media/flow-usage/flow-createhtmltableloopcontent.png#lightbox)
175
173
176
174
1. Create the full HTML content:
177
-
1. Add a new action outside *Apply to each*.
178
-
In the following example the action used is *Send an email*.
175
+
1. Add a new action outside Apply to each.
176
+
In the following example the action used is Send an email.
179
177
1. Define your HTML table using the variable from the previous steps.
180
-
1. If you're sending an email, select **Show advanced options** and, under *Is HTML*, select **Yes**.
178
+
1. If you're sending an email, select **Show advanced options** and, under Is HTML, select **Yes**.
0 commit comments