We have a Flow that is set to have a Yes/No condition based on a variable that depending on it will send to one of two channels in our Teams org.
With the new channel we've added, it's failing with error:
"error": {
"code": "BotRequestFailed",
"message": "Request to the Bot framework failed with error: '{\"error\":{\"code\":\"ConversationBlockedByUser\",\"message\":\"User blocked the conversation with the bot.\"}}'."
The channel has "allow bots to submit channel messages" and "allow connectors to submit channel messages".
Any help would be much appreciated, thanks!