Skip to content

Commit fedccbd

Browse files
authored
Update control-flow-execute-pipeline-activity.md
Add warning and point to troubleshoot section.
1 parent 4911480 commit fedccbd

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)