I built a workflow is to send a Message which includes a line of text and three images. The workflow is as attached in the screenshot.
The message I am sending via adaptive card:
{
"type":"AdaptiveCard",
"body":[
{
"type":"TextBlock",
"text":"Please find the health..."
},
{
"type":"Image",
"url":"https://tm365.sharepoint.com/sites/ROBIN/Shared%20Documents/09-%20Projects%20Storage/GITD-0081-03/Screenshot-Temp/Zabbix.jpeg",
"size":"Medium"
},
{
"type":"Image",
"url":"https://tm365.sharepoint.com/sites/ROBIN/Shared%20Documents/09-%20Projects%20Storage/GITD-0081-03/Screenshot-Temp/Dynatrace.jpeg",
"size":"Medium"
}
]
}
While executing, the workflow hit an exception at Send Channel Message. The following was the error message:
Send Channel Message: Request failed with error:
RequestId : 69c21585e4b072f2e2de9b4c
Message : You need to pass either Message body or Adaptive card JSON or Image or Sharepoint file IDs
and here are the dependencies that I am using:
“dependencies”: {
“UiPath.Excel.Activities”: “[2.24.4]”,
“UiPath.IntegrationService.Activities”: “1.23.0”,
“UiPath.Mail.Activities”: “[1.24.14]”,
“UiPath.MicrosoftOffice365.Activities”: “[3.7.10]”,
“UiPath.System.Activities”: “25.12.2”,
“UiPath.Testing.Activities”: “[24.10.4]”,
“UiPath.UIAutomation.Activities”: “[24.10.12]”,
“UiPath.WebAPI.Activities”: “2.4.0”
Please help me in identifying the error and please tell me how to fix it. Thanks.
Status code: BadRequest. Error code: DAP-RT-1101.
Post_Msg_and_Scrshot_To_Teams.xaml (51.9 KB)
