Skip to content

Commit 48e562f

Browse files
authored
Merge pull request #107957 from yossi-karp/flow-updates
Fix depiction issues
2 parents 331d4e2 + 59d2d48 commit 48e562f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-explorer/flow-usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Follow these instructions to create a similar Flow:
6969
1. From the dynamic content window, select the parameter you want to use as a condition for next actions.
7070
1. Select the type of *Relationship* and *Value* to set a specific condition on the given parameter.
7171

72-
[!(./media/flow-usage/flow-condition.png "Flow conditions")](./media/flow-usage/flow-condition.png#lightbox)
72+
[![](./media/flow-usage/flow-condition.png "Flow conditions")](./media/flow-usage/flow-condition.png#lightbox)
7373

7474
Flow applies this condition on each row of the query result table.
7575
1. Add actions for when the condition is true and false.
7676

77-
[![(./media/flow-usage/flow-conditionactions.png "Flow condition actions")](./media/flow-usage/flow-conditionactions.png#lightbox)
77+
[![](./media/flow-usage/flow-conditionactions.png "Flow condition actions")](./media/flow-usage/flow-conditionactions.png#lightbox)
7878

7979
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.
8080
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.
@@ -117,9 +117,9 @@ Visualize this information as a pie chart and email it to the team.
117117

118118
Results:
119119

120-
[![Results of multiple attachments](./media/flow-usage/flow-resultsmultipleattachments.png)](./media/flow-usage/flow-resultsmultipleattachments.png#lightbox)
120+
[![](./media/flow-usage/flow-resultsmultipleattachments.png "Results of multiple attachments")](./media/flow-usage/flow-resultsmultipleattachments.png#lightbox)
121121

122-
[![Results of multiple attachments](./media/flow-usage/flow-resultsmultipleattachments2.png)](./media/flow-usage/flow-resultsmultipleattachments2.png#lightbox)
122+
[![](./media/flow-usage/flow-resultsmultipleattachments2.png "Results of multiple attachments")](./media/flow-usage/flow-resultsmultipleattachments2.png#lightbox)
123123

124124
## Send a different email to different contacts
125125

@@ -169,7 +169,7 @@ Follow these instructions to create a similar Flow:
169169

170170
```if(equals(items('Apply_to_each')?['Level'], 'Warning'), 'Yellow', if(equals(items('Apply_to_each')?['Level'], 'Error'), 'red', 'white'))```
171171

172-
[![Create HTML table loop content](./media/flow-usage/flow-createhtmltableloopcontent.png)](./media/flow-usage/flow-createhtmltableloopcontent.png#lightbox)
172+
[![](./media/flow-usage/flow-createhtmltableloopcontent.png "Create HTML table loop content")](./media/flow-usage/flow-createhtmltableloopcontent.png#lightbox)
173173

174174
1. Create the full HTML content:
175175
1. Add a new action outside Apply to each.

0 commit comments

Comments
 (0)