Announcements
In Copilot Studio, a ClosedListEntity (e.g., Yes/No) does normalization, not raw input capture. The system will continuously re-prompt the user until it can confidently map the response to one of the defined values or the topic exits due to interruption or fallback. Because of this behavior, the “All Other Conditions” (Else) branch is almost never triggered directly from user input when using a ClosedListEntity. Unexpected text, emojis, silence, or off-topic responses do not trigger Else — they trigger re-prompts. The Else branch only runs if the Question node successfully completes and the resulting variable does not match any defined condition. This typically happens only when the variable is set programmatically to an unexpected value, when entity options are modified without updating conditions, or when the variable is overwritten or manipulated in the flow.
Interruption (allowInterruption = true) exits the topic entirely; it does not route execution to Else, nor does the flow automatically resume afterward. If resumable behavior is required, state must be persisted and explicitly re-evaluated.
allowInterruption = true
If your goal is to handle “invalid” or “no answer” scenarios, you should not rely on Else. Instead, use retry limits, explicit skip options, timeout handling, or sentinel values set programmatically. If true Else-style behavior based on user input is required, use a text input with manual normalization instead of a ClosedListEntity.
Key takeaway: Else is a logical fallthrough, not a validation fallback. ClosedListEntity handles validation through re-prompting, not branching.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 277
11manish 206
sannavajjala87 156 Super User 2026 Season 1