microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Prompt in loop #9708

Closed amangit007 closed 4 months ago

amangit007 commented 4 months ago

I am having a loop inside another loop in bot framework composer. The inner loop completes it's iteration if the flow inside it only includes actions like set property or send messages. The moment I use ask question prompt (any question prompt normal or adaptive card) inside that inner loop the loop completes the first iteration and then breaks the loop. So is it a bug or I am doing something wrong.