Skip to content

Commit 6d7263b

Browse files
spagarwaSyntaxC4
authored andcommitted
update the expression
1 parent c124577 commit 6d7263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Expressions can appear anywhere in a JSON string value and always result in anot
6060

6161
> [!NOTE]
6262
> 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}
63+
@activity('{activityName}').output.{Param1}.{Param2}[pipeline().parameters.Param3].{Param4}
6464

6565
## Examples
6666

0 commit comments

Comments
 (0)