Forum Discussion
DHJagath
May 21, 2020Copper Contributor
The bot is not part of conversation roster error in Adaptive card message to Teams in flow
I made two actions in a flow in Power Automate. 1. Post a message to a Teams channel 2. Post an Adaptive Card to Teams channel I got an error in the Adaptive card message. "The bot is...
Gousia_Begum
May 22, 2020Microsoft
DHJagath We could not repro the issue on our side. Could you please share more details on the issue? Please share the adaptive card json.
- nissdeJul 01, 2020Copper Contributor
encountered the same
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "TextBlock",
"text": "This is some **bold** text"
},
{
"type": "TextBlock",
"text": "This is some _italic_ text"
},
{
"type": "TextBlock",
"text": "- Bullet \r- List \r",
"wrap": true
},
{
"type": "TextBlock",
"text": "1. Numbered\r2. List\r",
"wrap": true
},
{
"type": "TextBlock",
"text": "Check out [Adaptive Cards](http://adaptivecards.io)"
}
]
}