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
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-control-flow-conditional-statement.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 09/01/2022
8
+
ms.date: 03/29/2023
9
9
---
10
10
11
11
# Add conditions to control workflow actions in Azure Logic Apps
@@ -29,12 +29,11 @@ when the new item includes a specific string.
29
29
30
30
## Prerequisites
31
31
32
-
* An Azure subscription. If you don't have a subscription,
33
-
[sign up for a free Azure account](https://azure.microsoft.com/free/).
32
+
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
34
33
35
34
* Basic knowledge about [logic app workflows](../logic-apps/logic-apps-overview.md)
36
35
37
-
* To follow the example in this article, [create an example Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md) with an Outlook.com account or a work or school account.
36
+
* To follow the example in this article, [create an example Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md) with either an Outlook.com account or a Microsoft work or school account.
38
37
39
38
## Add condition
40
39
@@ -49,8 +48,7 @@ when the new item includes a specific string.
49
48

50
49
51
50
When you want to add a condition at the end of your workflow,
52
-
at the bottom of your logic app,
53
-
choose **New step** > **Add an action**.
51
+
under the last step in your workflow, choose **New step** > **Add an action**.
54
52
55
53
1. In the search box, enter "condition" as your filter.
56
54
Select this action: **Condition - Control**
@@ -96,7 +94,7 @@ This logic app now sends mail only when the new items in the RSS feed meet your
96
94
97
95
## JSON definition
98
96
99
-
Here's the high-level code definition behind a condition action:
97
+
The following shows the high-level code definition behind the **Condition** action, but for the find full definition, see [If action - Schema reference guide for trigger and action types in Azure Logic Apps](logic-apps-workflow-actions-triggers.md#if-action).
0 commit comments