Skip to content

Commit fa9bb0f

Browse files
author
ecfan
committed
UX match
1 parent 1cae7bb commit fa9bb0f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ so save your work often.
137137

138138
![Finished condition](./media/logic-apps-control-flow-run-steps-group-scopes/finished-condition.png)
139139

140-
1. In the **If true** branch, add a "send email" action for your email provider.
140+
1. In the **True** branch, add a "send email" action for your email provider.
141141
Set up this action by following the steps under this image:
142142

143-
![Add "Send an email" action to "If true" branch](./media/logic-apps-control-flow-run-steps-group-scopes/send-email.png)
143+
![Add "Send an email" action to "True" branch](./media/logic-apps-control-flow-run-steps-group-scopes/send-email.png)
144144

145145
1. In the **To** field, enter your email address for testing purposes.
146146

@@ -270,7 +270,7 @@ the scope's status is equal to "Failed" or "Aborted".
270270
1. When you're finished, select **Done**.
271271
The condition now shows an "information" icon.
272272
273-
1. In the **If true** and **If false** branches,
273+
1. In the **True** and **False** branches,
274274
add the actions that you want to perform based on
275275
each scope status, for example, send an email or message.
276276
@@ -284,7 +284,7 @@ Your finished logic app now looks like this example:
284284
285285
## Test your work
286286
287-
On the designer toolbar, select **Run**. If all the scoped actions succeed,
287+
On the designer toolbar, select **Run** > **Run**. If all the scoped actions succeed,
288288
you get a "Scope succeeded" message. If any scoped actions don't succeed,
289289
you get a "Scope failed" message.
290290
@@ -446,13 +446,6 @@ here is the JSON definition for trigger and actions in the previous logic app:
446446
},
447447
```
448448

449-
## Get support
450-
451-
* For questions, visit the
452-
[Microsoft Q&A question page for Azure Logic Apps](/answers/topics/azure-logic-apps.html).
453-
* To submit or vote on features and suggestions,
454-
visit the [Azure Logic Apps user feedback site](https://aka.ms/logicapps-wish).
455-
456449
## Next steps
457450

458451
* [Run steps based on a condition (condition action)](../logic-apps/logic-apps-control-flow-conditional-statement.md)

0 commit comments

Comments
 (0)