Skip to content

Commit 1129e69

Browse files
Resolve merge issue.
2 parents d2763e3 + 82e7379 commit 1129e69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ First, create this sample logic app so that you can add a scope later:
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

4242
- 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
43+
- A **Bing Maps - Get route** action that checks the travel time between two locations
4444
- A condition action that checks whether the travel time exceeds your specified travel time
4545
- An action that sends you email that current travel time exceeds your specified time
4646

@@ -207,7 +207,7 @@ Next, add a scope so that you can group specific actions and evaluate their stat
207207
208208
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.
209209
210-
:::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.":::
211211
212212
1. Save your logic app.
213213

0 commit comments

Comments
 (0)