Skip to content

Commit f3dd527

Browse files
authored
Merge pull request #295263 from YingjieShi-MSFT/patch-1
Fix expression to check whether scope status is equal to Failed
2 parents 6c99b07 + 76a00fa commit f3dd527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -241,9 +241,9 @@ the scope's status is equal to "Failed" or "Aborted".
241241
From the dynamic content list, select **Expression**. In the edit box,
242242
enter this expression, and then select **OK**:
243243
244-
`action('Scope')`
244+
`actions('Scope')?['status']`
245245
246-
![Screenshot that shows the "Expression" box with the result expression highlighted.](./media/logic-apps-control-flow-run-steps-group-scopes/check-scope-status.png)
246+
![Screenshot shows Expression editor with result expression highlighted.](./media/logic-apps-control-flow-run-steps-group-scopes/check-scope-status.png)
247247
248248
1. For both rows, select **is equal to** as the operator.
249249
2.5 KB
Loading

0 commit comments

Comments
 (0)