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
Copy file name to clipboardExpand all lines: articles/data-explorer/flow.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
6
6
ms.reviewer: dorcohen
7
7
ms.service: data-explorer
8
8
ms.topic: conceptual
9
-
ms.date: 03/15/2020
9
+
ms.date: 03/25/2020
10
10
---
11
11
12
12
# Microsoft Flow connector (Preview)
@@ -113,7 +113,7 @@ Use the Run control command and visualize results action to run a [control comma
113
113
### Run query and list results
114
114
115
115
> [!Note]
116
-
> If your query starts with a dot (meaning it's a [control command](https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results)
116
+
> If your query starts with a dot (meaning it's a [control command](https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results).
117
117
118
118
This action sends a query to Kusto cluster. The actions that are added afterwards iterate over each line of the results of the query.
119
119
@@ -127,7 +127,7 @@ The following example triggers a query every minute and sends an email based on
127
127
### Run query and visualize results
128
128
129
129
> [!Note]
130
-
> If your query starts with a dot (meaning it's a [control command](https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results)
130
+
> If your query starts with a dot (meaning it's a [control command](https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results).
131
131
132
132
Use the Run query and visualize results action to visualize Kusto query result as a table or chart. For example, use this flow to receive daily ICM reports by email.
133
133
@@ -144,17 +144,21 @@ You can include a step in any flow to send reports by email to any email address
144
144
145
145
1. Select **+ New Step** to add a new step to your flow.
146
146
1. In the search field, enter Office 365 and select **Office 365 Outlook**.
147
-
1. Select **Send an email**.
147
+
1. Select **Send an email (V2)**.
148
148
1. Enter the email address to where you want the email report sent.
149
149
1. Enter the subject of the email.
150
-
1. In the *Body* field, from the Dynamic content field, select **Body**.
150
+
1. Select **Code view**.
151
+
1. Place your cursor in the *Body* field, and select **Add dynamic content**.
152
+
1. Select **BodyHtml**.
153
+

151
154
1. Select **Show advanced options**.
152
155
1. In the *Attachments Name -1* field, select **Attachment Name**.
153
156
1. In the *Attachments Content* field, select **Attachment Content**.
0 commit comments