Hi,
I'm building a chatbot with Microsoft Copilot Studio.
I am calling 2 different flows from my app.
One of them posts a message in a Teams Channel.
Calling this flow was working great but it began to fail yesterday.
I'm getting the error: main.invokeFlowAction_5niQa7 was executed more than 100 times in a row. This indicates a cycle in execution of the dialog and hence dialog execution will be terminated. Error Code: InfiniteLoopInBotContent
From the wiki, I've made sure that all topics end properly.
I've also removed the Flow Call and the error didn't appear.
Adding back the Flow Call, bring the issue back too.
I removed the old flow and created a new one, and it gave me the same issue.
The other topic that I'm calling is working fine (collects data from a SP list)
So, I'm sure the issue is with this flow, but I don't know how to fix the issue or how to reset all previous sessions so they can properly end.
Any ideas how to fix this?
Here is how the topic looks:
Hey,
I figured it out.
I added this chatbot to a custom website, so I enabled authentication.
To run the flow, user needs to be authenticated, however the authentication section on the Sign In Topic was missing. So, I added it again, and now it's working