Skip to content

Commit c124577

Browse files
spagarwaSyntaxC4
authored andcommitted
add a complex example for parameters
1 parent 125c084 commit c124577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Expressions can appear anywhere in a JSON string value and always result in anot
5757
|"Answer is: @{pipeline().parameters.myNumber}"| Returns the string `Answer is: 42`.|
5858
|"\@concat('Answer is: ', string(pipeline().parameters.myNumber))"| Returns the string `Answer is: 42`|
5959
|"Answer is: \@\@{pipeline().parameters.myNumber}"| Returns the string `Answer is: @{pipeline().parameters.myNumber}`.|
60+
61+
> [!NOTE]
62+
> A complex example of how the parameters can be used is this, here to be able to use pipeline parameters in dot operator, '[]' is required.
63+
activity('{activityName}').output.{Param1}.{Param2}[pipeline().parameters.Param3].{Param4}
6064

6165
## Examples
6266

0 commit comments

Comments
 (0)