Skip to content

Commit eaf1153

Browse files
Merge pull request #267462 from jonburchel/patch-39
Fixes GitHub Issue 117453
2 parents 75ccbad + 0a4fbaf commit eaf1153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/how-to-send-notifications-to-teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Before you can send notifications to Teams from your pipelines, you must create
134134
},
135135
{
136136
"name": "Pipline Name:",
137-
"value": "@{pipeline().parameters.name}"
137+
"value": "@{pipeline().Pipeline}"
138138
},
139139
{
140140
"name": "Pipeline Status:",

0 commit comments

Comments
 (0)