Skip to content

Commit 43b6743

Browse files
Merge pull request #222870 from soferreira/patch-13
Update control-flow-execute-pipeline-activity.md
2 parents 46e8e7a + 0960305 commit 43b6743

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/data-factory/control-flow-execute-pipeline-activity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ The master pipeline forwards these values to the invoked pipeline as shown in th
259259
}
260260

261261
```
262+
263+
> [!WARNING]
264+
>Execute Pipeline activity passes array parameter as string to the child pipeline.This is due to the fact that the payload is passed from the parent pipeline to the >child as string. We can see it when we check the input passed to the child pipeline. Plese check this [section](./data-factory-troubleshoot-guide.md#execute-pipeline-passes-array-parameter-as-string-to-the-child-pipeline) for more details.
265+
262266
## Next steps
263267
See other supported control flow activities:
264268

0 commit comments

Comments
 (0)