Skip to content

Commit e13449a

Browse files
Merge pull request #232671 from ecfan/patch-3
Azure Logic Apps: Add link to full JSON definition for Condition action ("If")
2 parents 0a76104 + 7e7ecf8 commit e13449a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/logic-apps/logic-apps-control-flow-conditional-statement.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 09/01/2022
8+
ms.date: 03/29/2023
99
---
1010

1111
# Add conditions to control workflow actions in Azure Logic Apps
@@ -29,12 +29,11 @@ when the new item includes a specific string.
2929
3030
## Prerequisites
3131

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/).
3433

3534
* Basic knowledge about [logic app workflows](../logic-apps/logic-apps-overview.md)
3635

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.
3837

3938
## Add condition
4039

@@ -49,8 +48,7 @@ when the new item includes a specific string.
4948
![Add action between steps](./media/logic-apps-control-flow-conditional-statement/add-action.png)
5049

5150
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**.
5452

5553
1. In the search box, enter "condition" as your filter.
5654
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
9694

9795
## JSON definition
9896

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).
10098

10199
``` json
102100
"actions": {

0 commit comments

Comments
 (0)