Skip to content

Commit dba6312

Browse files
(AzureCxP) fixes MicrosoftDocs/azure-docs#50820
Fixed Expression in sample, which resolves MicrosoftDocs/azure-docs/issues/50820
1 parent 252c712 commit dba6312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/control-flow-if-condition-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Another example for expression is:
177177

178178
```json
179179
"expression": {
180-
"value": "@pipeline().parameters.routeSelection == 1",
180+
"value": "@equals(pipeline().parameters.routeSelection,1)",
181181
"type": "Expression"
182182
}
183183
```

0 commit comments

Comments
 (0)