Skip to content

Commit 6b9bc40

Browse files
authored
fix ms.date, remove leftover format syntax
1 parent 95e377b commit 6b9bc40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/data-factory/control-flow-for-each-activity.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313

1414
ms.topic: conceptual
15-
ms.date: 1/23/2019
15+
ms.date: 01/23/2019
1616
ms.author: shlo
1717

1818
---
@@ -232,6 +232,7 @@ It's possible to iterate over multiple activities (for example: copy and web act
232232
}
233233

234234
```
235+
235236
### Example
236237
**Scenario:** Iterate over an InnerPipeline within a ForEach activity with Execute Pipeline activity. The inner pipeline copies with schema definitions parameterized.
237238

@@ -474,8 +475,6 @@ To aggregate outputs of __foreach__ activity, please utilize _Variable_s and _Ap
474475

475476
First, declare an `array` _variable_ in the pipeline. Then, invoke _Append Variable_ activity inside each __foreach__ loop. Subsequently, you can retrieve the aggregation from your array.
476477

477-
```
478-
479478
## Limitations and workarounds
480479

481480
Here are some limitations of the ForEach activity and suggested workarounds.

0 commit comments

Comments
 (0)