I am getting the following error when I set up my flow so that a message posts to a Team channel when a new item is created.
{
"error": {
"code": "BotRequestFailed",
"message": "Request to the Bot framework failed with error: '{\"error\":{\"code\":\"BotNotInConversationRoster\",\"message\":\"The bot is not part of the conversation roster.\"}}'."
}
}
How can I fix this? I have another flow set up to do this in another channel within the same overarching Team that is not having this issue.