You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add this text with a leading space: ``` minutes```
188
+
1. After the expression resolves, add this text with a leading space: ` minutes`
191
189
192
190
Your **Body** field now looks like this example:
193
191
@@ -201,14 +199,14 @@ specific actions and evaluate their status.
201
199
202
200
## Add a scope
203
201
204
-
1. If you haven't already, open your logic app in Logic App Designer.
202
+
1. If you haven't already, open your logic app in the workflow designer.
205
203
206
204
1. Add a scope at the workflow location that you want. For example,
207
205
to add a scope between existing steps in the logic app workflow,
208
206
follow these steps:
209
207
210
208
1. Move your pointer over the arrow where you want to add the scope.
211
-
Choose the **plus sign** (**+**) > **Add an action**.
209
+
Select the **plus sign** (**+**) > **Add an action**.
212
210
213
211

214
212
@@ -235,15 +233,15 @@ Rename the condition with this description: **If scope failed**
235
233

236
234
237
235
1. In the condition, add these expressions that check whether
238
-
the scope's status is equal to "Failed" or "Aborted".
236
+
the scope's status is equal to "Failed" or "Aborted".
239
237
240
-
1. To add another row, choose **Add**.
238
+
1. To add another row, select **Add**.
241
239
242
-
1. In each row, click inside the left box so the dynamic content list appears.
243
-
From the dynamic content list, choose **Expression**. In the edit box,
244
-
enter this expression, and then choose **OK**:
240
+
1. In each row, select inside the left box so the dynamic content list appears.
241
+
From the dynamic content list, select **Expression**. In the edit box,
242
+
enter this expression, and then select **OK**:
245
243
246
-
`result('Scope')[0]['status']`
244
+
`action('Scope')`
247
245
248
246

249
247
@@ -259,8 +257,8 @@ the scope's status is equal to "Failed" or "Aborted".
259
257
Now, set the condition's `runAfter` property so the condition checks the
260
258
scope status and runs the matching action that you define in later steps.
261
259
262
-
1. On the **If scope failed** condition, choose the **ellipsis** (...) button,
263
-
and then choose **Configure run after**.
260
+
1. On the **If scope failed** condition, select the **ellipsis** (...) button,
0 commit comments