Skip to content

Commit 82e7379

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 157f727 commit 82e7379

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/logic-apps/logic-apps-control-flow-run-steps-group-scopes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ First, create this sample logic app so that you can add a scope later:
3939

4040
:::image type="content" source="./media/logic-apps-control-flow-run-steps-group-scopes/finished-sample-app.png" alt-text="Screenshot shows a workflow with a conditional.":::
4141

42-
- A **Schedule - Recurrence** trigger that checks the Bing Maps service at an interval that you specify * A **Bing Maps - Get route** action that checks the travel time between two locations
42+
- A **Schedule - Recurrence** trigger that checks the Bing Maps service at an interval that you specify
43+
- A **Bing Maps - Get route** action that checks the travel time between two locations
4344
- A condition action that checks whether the travel time exceeds your specified travel time
4445
- An action that sends you email that current travel time exceeds your specified time
4546

@@ -206,7 +207,7 @@ Next, add a scope so that you can group specific actions and evaluate their stat
206207
207208
1. In the **True** and **False** branches, add the actions that you want to perform based on each scope status, for example, send an email or message.
208209
209-
:::image type="content" source="./media/logic-apps-control-flow-run-steps-group-scopes/handle-true-false-branches.png" alt-text="Add actions to take based on scope status":::
210+
:::image type="content" source="./media/logic-apps-control-flow-run-steps-group-scopes/handle-true-false-branches.png" alt-text="Screenshot shows adding actions to take based on scope status.":::
210211
211212
1. Save your logic app.
212213

0 commit comments

Comments
 (0)