This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Prompt in loop #9709
Unanswered
amangit007
asked this question in
Q&A
Prompt in loop
#9709
Replies: 1 comment
-
Have you tried the "Continue loop" node? See the documentation here: https://learn.microsoft.com/en-us/composer/how-to-control-conversation-flow?tabs=v2x#use-loop-actions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions