Skip to content

Commit 18a99a4

Browse files
committed
Merge branch 'spagarwa-patch4' into microsoft/azure-docs/Migrations
2 parents d7dcb44 + 3242677 commit 18a99a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/data-factory/control-flow-expression-language-functions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Expressions can appear anywhere in a JSON string value and always result in anot
6060

6161
## Examples
6262

63+
### Complex expression example
64+
The below example shows a complex example that references a deep sub-field of activity output. To reference a pipeline parameter that evaluates to a sub-field, use [] syntax instead of dot(.) operator (as in case of subfield1 and subfield2)
65+
66+
@activity('{activityName}').output.{subfield1}.{subfield2}[pipeline().parameters.subfield3].{subfield4}
67+
6368
### A dataset with a parameter
6469
In the following example, the BlobDataset takes a parameter named **path**. Its value is used to set a value for the **folderPath** property by using the expression: `dataset().path`.
6570

0 commit comments

Comments
 (0)