Hi,
I'm using a pre-made template and receiving the follow message when my flow is on the step "Post Adaptive Card in a Chat or Channel"
{
"error": {
"code": "InvalidBotRequestMessageBody",
"message": "The specified Teams flowbot message's message body is invalid JSON."
}
}
I used a JSON online validator to check everything and it all came back as valid so I'm not sure what the issue is. The Adaptive Card is still sent through MS Teams despite the flow failing at this point and I'm not sure where else to look to resolve the issue because it has successfully run in the past and now it is failing every time even though nothing was changed.
Even though it says "BadRequest" it still posts the card in the chat, and it still informs the requestor of approval in MS teams even though it doesn't show that below.
The most confusing part about this is that this flow has run successfully in the past as it is. So I don't understand how it had one or two successful runs and then about 10 failed attempts when nothing changed.