I've successfully built a flow so that when a specific keyword is mentioned in a teams channel, it takes one sharepoint folder and copies it to another specific folder.
However, I'm receiving the below error when I duplicate the first flow but change the keyword required and destination folder. The triggers and actions remain the same. I've added XX wherever any user IDs appear.
Error Details:
Action 'When_keywords_are_mentioned' failed
Unable to parse response JObject:{
"responses": [
{
"id": "0",
"status": 403,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: Forbidden; Reason: User 'XX' has reached its limit of '1' 'teams/XX /channels/19:XX@thread.skype/messages?$search=Partners' subscription on tenant 'XX'.]",
"innerError": {
"request-id": "",
"client-request-id": ""
}
}
}
}
]
}
My hunch is that it is only going to allow one flow like this per teams channel and not have multiple ones directed towards it.
Thanks for taking a look and if screenshots would help visualize this further please let me know.