I have an adaptive card generated in Power Automate. I hit one of my submit buttons, I get "Unable to reach app. Please try again." This is what I'm getting in terms of an error:
{
"errorCode": 1008,
"message": "<BotError>Error when sending request to bot",
"standardizedError": {
"errorCode": 1008,
"errorSubCode": 1,
"errorDescription": "<BotError>Error when sending request to bot"
}
}
Anyone know how to address this? Or how to access a Microsoft Team bot's logs?