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.
80
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.
@@ -100,7 +100,7 @@ Visualize this information as a pie chart and email it to the team.
100
100
1. Add a new step, with one or more Kusto - Run query and visualize results actions.
101
101
102
102

103
-
1. For each*Kusto - Run query and visualize result, define the following fields:
103
+
1. For eachKusto - Run query and visualize result, define the following fields:
104
104
* Cluster URL (in the *Cluster Name* field)
105
105
* Database Name
106
106
* Query and Chart Type (HTML Table/ Pie Chart/ Time Chart/ Bar Chart/ Enter Custom Value).
@@ -117,9 +117,9 @@ Visualize this information as a pie chart and email it to the team.
117
117
118
118
Results:
119
119
120
-
(./media/flow-usage/flow-resultsmultipleattachments.png#lightbox)
120
+
[](./media/flow-usage/flow-resultsmultipleattachments.png#lightbox)
121
121
122
-
(./media/flow-usage/flow-resultsmultipleattachments2.png#lightbox)
122
+
[](./media/flow-usage/flow-resultsmultipleattachments2.png#lightbox)
123
123
124
124
## Send a different email to different contacts
125
125
@@ -169,7 +169,7 @@ Follow these instructions to create a similar Flow:
(./media/flow-usage/flow-createhtmltableloopcontent.png#lightbox)
172
+
[](./media/flow-usage/flow-createhtmltableloopcontent.png#lightbox)
173
173
174
174
1. Create the full HTML content:
175
175
1. Add a new action outside Apply to each.
@@ -182,3 +182,7 @@ Follow these instructions to create a similar Flow:
182
182
Result:
183
183
184
184

185
+
186
+
## Next steps
187
+
188
+
Learn about the [Microsoft Azure Explorer Logic App connector](https://docs.microsoft.com/azure/kusto/tools/logicapps) which is another way to run Kusto queries and commands automatically as part of a scheduled or triggered task.
Copy file name to clipboardExpand all lines: articles/data-explorer/flow.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,3 +198,7 @@ For more information, read about [Query best practices](https://docs.microsoft.c
198
198
* Results returned to the client are limited to 500,000 records. The overall memory for those records can't exceed 64 MB and seven-minutes execution time.
199
199
* The connector does not support the [fork](https://docs.microsoft.com/azure/kusto/query/forkoperator) and [facet](https://docs.microsoft.com/azure/kusto/query/facetoperator) operators.
200
200
* Flow works best on Microsoft Edge and Chrome.
201
+
202
+
## Next steps
203
+
204
+
Learn about the [Microsoft Azure Explorer Logic App connector](https://docs.microsoft.com/azure/kusto/tools/logicapps) which is another way to run Kusto queries and commands automatically as part of a scheduled or triggered task.
0 commit comments