Hello Mindy Halasz,
Thanks for reaching out. Could you please check below things to ensure the agent is working properly.
- Variable Binding in Ask a Question Node Ensure the question's response is bound to a variable.
- Condition Immediately After If the condition uses a variable from the Ask node, but that variable is undefined due to a missing binding, the condition will fail silently, often resetting the flow.
- Trigger Conflict (Looping) If your flow trigger is "When a message is received", and your flow restarts after an answer, it's likely that the user response is being interpreted as a new trigger message instead of a continuation.
- Session Persistence Teams and the Test window may act differently based on session ID. Ensure session context isn't being lost between messages.
If you are still facing issue republish your agent and clear Teams cache or use web version to test and watch in the debug panel.
Thanks,
Keshav Keshari
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.