May 20 2020 06:44 PM - edited May 20 2020 06:50 PM
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 not part of conversation roster"
Please help me to find the reason and a solution.
May 21 2020 10:50 PM
@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.
Jul 01 2020 01:51 PM
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)"
}
]
}
Jul 15 2020 03:36 AM
I have the same issue here.
Jul 23 2020 08:41 AM
@Deleted
I am still experiencing this issue. Has there been a resolution?
Aug 07 2020 10:15 AM
Is the channel your are trying to post to a Private Channel?
If so, I believe this is because the "bot" user is not part of that private channel, and there is no way to add it. I am experiencing the same issue.
Aug 10 2020 01:18 AM
@KeithHiggins no it is not using a private channel. Also, some some messages come through, some not.