Skip to content

Commit f4bd93b

Browse files
Merge pull request #261145 from ecfan/loops
Azure Logic Apps: Loops - Clarity edits
2 parents 0d30e3a + c89b483 commit f4bd93b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/logic-apps/logic-apps-control-flow-loops.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Add loops to repeat actions
3-
description: Create loops to repeat actions or process arrays in workflows using Azure Logic Apps.
3+
description: Create loops to repeat actions in workflows using Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 09/13/2023
99
---
1010

11-
# Create loops that repeat actions or process arrays in workflows with Azure Logic Apps
11+
# Create loops to repeat actions in workflows with Azure Logic Apps
1212

1313
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1414

1515
Azure Logic Apps includes the following loop actions that you can use in your workflow:
1616

17-
* To repeat one or more actions on an array, add the [**For each** action](#foreach-loop) to your workflow.
17+
* To repeat one or more actions on items in an array, add the [**For each** action](#foreach-loop) to your workflow.
1818

1919
Alternatively, if you have a trigger that receives an array and want to run an iteration for each array item, you can *debatch* that array with the [**SplitOn** trigger property](../logic-apps/logic-apps-workflow-actions-triggers.md#split-on-debatch).
2020

@@ -32,7 +32,7 @@ Azure Logic Apps includes the following loop actions that you can use in your wo
3232

3333
## For each
3434

35-
The **For each** action repeats one or more actions on each array item and works only on arrays. The following list contains some considerations for when you want to use a **For each** action:
35+
The **For each** action works only on arrays and repeats one or more actions on each item in an array. The following list contains some considerations for when you want to use a **For each** action:
3636

3737
* The **For each** action can process a limited number of array items. For this limit, see [Concurrency, looping, and debatching limits](../logic-apps/logic-apps-limits-and-config.md#looping-debatching-limits).
3838

@@ -48,7 +48,7 @@ The **For each** action repeats one or more actions on each array item and works
4848

4949
The following example workflow sends a daily summary for a website RSS feed. The workflow uses a **For each** action that sends an email for each new item.
5050

51-
Follow the steps based on whether you create a Consumption or Standard logic app workflow.
51+
Based on whether you have a Consumption or Standard workflow, follow the corresponding steps:
5252

5353
### [Consumption](#tab/consumption)
5454

0 commit comments

Comments
 (0)