Skip to content

Commit c5cfede

Browse files
Merge pull request #108952 from yossi-karp/flow-email-update
Updated the section
2 parents 2bcce91 + fa48232 commit c5cfede

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/data-explorer/flow.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
66
ms.reviewer: dorcohen
77
ms.service: data-explorer
88
ms.topic: conceptual
9-
ms.date: 03/15/2020
9+
ms.date: 03/25/2020
1010
---
1111

1212
# Microsoft Flow connector (Preview)
@@ -113,7 +113,7 @@ Use the Run control command and visualize results action to run a [control comma
113113
### Run query and list results
114114

115115
> [!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).
117117
118118
This action sends a query to Kusto cluster. The actions that are added afterwards iterate over each line of the results of the query.
119119

@@ -127,7 +127,7 @@ The following example triggers a query every minute and sends an email based on
127127
### Run query and visualize results
128128
129129
> [!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).
131131
132132
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.
133133

@@ -144,17 +144,21 @@ You can include a step in any flow to send reports by email to any email address
144144

145145
1. Select **+ New Step** to add a new step to your flow.
146146
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)**.
148148
1. Enter the email address to where you want the email report sent.
149149
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+
![Send email](./media/flow/flow-send-email.png)
151154
1. Select **Show advanced options**.
152155
1. In the *Attachments Name -1* field, select **Attachment Name**.
153156
1. In the *Attachments Content* field, select **Attachment Content**.
157+
1. If necessary, add more attachments.
154158
1. If necessary, set the importance level.
155159
1. Select **Save**.
156160

157-
![Send email](./media/flow/flow-sendemail.png)
161+
![Send email](./media/flow/flow-add-attachments.png)
158162

159163
## Check if your flow succeeded
160164

55.2 KB
Loading
66.7 KB
Loading

0 commit comments

Comments
 (0)