Updating pipeline: CopyAndMapAWEntity

This commit is contained in:
Richard Swinbank 2022-10-22 17:09:20 +01:00
parent 047f7ffbfb
commit 6277a84161

View File

@ -146,7 +146,7 @@
"functionName": "SendEmail",
"method": "POST",
"body": {
"value": "{\n \"emailRecipients\": \"richard.swinbank@gmail.com\",\n \"emailSubject\": \"Error copying @{item().EntityName}\",\n \"emailBody\": @{trim('abc')},\n \"emailImportance\": \"High\"\n}",
"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}",
"type": "Expression"
}
},