@@ -137,10 +137,10 @@ so save your work often.
137
137
138
138
![ Finished condition] ( ./media/logic-apps-control-flow-run-steps-group-scopes/finished-condition.png )
139
139
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.
141
141
Set up this action by following the steps under this image:
142
142
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 )
144
144
145
145
1 . In the ** To** field, enter your email address for testing purposes.
146
146
@@ -270,7 +270,7 @@ the scope's status is equal to "Failed" or "Aborted".
270
270
1. When you're finished, select **Done**.
271
271
The condition now shows an "information" icon.
272
272
273
- 1. In the **If true ** and **If false ** branches,
273
+ 1. In the **True ** and **False ** branches,
274
274
add the actions that you want to perform based on
275
275
each scope status, for example, send an email or message.
276
276
@@ -284,7 +284,7 @@ Your finished logic app now looks like this example:
284
284
285
285
## Test your work
286
286
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,
288
288
you get a "Scope succeeded" message. If any scoped actions don't succeed,
289
289
you get a "Scope failed" message.
290
290
@@ -446,13 +446,6 @@ here is the JSON definition for trigger and actions in the previous logic app:
446
446
},
447
447
```
448
448
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
-
456
449
## Next steps
457
450
458
451
* [ Run steps based on a condition (condition action)] ( ../logic-apps/logic-apps-control-flow-conditional-statement.md )
0 commit comments