Updating pipeline: CopyAWUsingMetadata

This commit is contained in:
Paul Andrew 2022-10-28 09:46:17 +01:00
parent 8713b894a3
commit 19f49bd2ea

View File

@ -143,7 +143,7 @@
"functionName": "SendEmail", "functionName": "SendEmail",
"method": "POST", "method": "POST",
"body": { "body": {
"value": "{\n \"emailRecipients\": \"richard.swinbank@gmail.com\",\n \"emailSubject\": \"Error copying @{item().EntityName}\",\n \"emailBody\": \"@{replace(activity('Copy AW entity').output.errors[0].Message,'\"','\\\"')}\"\n}", "value": "{\n \"emailRecipients\": \"paul@mrpaulandrew.com\",\n \"emailSubject\": \"Error copying @{item().EntityName}\",\n \"emailBody\": \"@{replace(activity('Copy AW entity').output.errors[0].Message,'\"','\\\"')}\"\n}",
"type": "Expression" "type": "Expression"
} }
}, },