I hope the following output from the failed step (Post message in a chat or channel) may help explain. The source is DoD cloud and now I'm led to believe perhaps Flow Bot is not authorized in Army 365. The following is scrubbed of any identifying information. Many thanks again.
{
"error": {
"code": 502,
"source": "//**scrubbed url**//",
"clientRequestId": "//**scrubbed id**",
"message": "BadGateway",
"innerError": {
"error": {
"code": "InternalServerError",
"message": "Http request failed with unhandled exception of type 'ProcessSimpleDataException' and message: 'Failed to find the tenant region with error {\"ErrorCode\":\"CrossCloudRequestUnauthorized\",\"Message\":\"Cross cloud request unauthorized: Expected Cloud is Prod; however Tenant Id: //**scrubbed id**// Cloud is determined as DOD.\"} for tenantId //**scrubbed id**//, statusCode Unauthorized.'."
}
}
}
}
The inputs leading to this error are as follows:
{
"host": {
"connectionReferenceName": "shared_teams",
"operationId": "PostMessageToConversation"
},
"parameters": {
"poster": "Flow bot",
"location": "Channel",
"body/recipient/groupId": "//**scrubbed id**//",
"body/recipient/channelId": "//**scrubbed id**//",
"body/messageBody": "<p>***THIS IS A TEST***</p>"
}
}