Announcements
Hi there!
The issue is an architectural one — multi-level agent chaining isn't supported in Copilot Studio: sub-agents cannot have their own connected agents Microsoft Learn, so a sub-agent calling back to the orchestrator creates a circular dependency that the platform won't allow.
The fix: invert the logic. The orchestrator should own the error handling, not the sub-agent.
When you redirect to a child agent from a topic, once the agent is done the originating topic resumes — and agents support passing output variables back to the parent. Microsoft Learn Use this to your advantage:
ErrorOccurred = true
The orchestrator manages high-level decisions, while sub-agents focus on execution Microsoft Learn — so RAG and Teams posting should be tools on the orchestrator, not on the sub-agent.
Full architecture reference: Orchestrator and subagent patterns – Microsoft Learn
Hope this helps! Paolo ✅ Did this solve your issue? → Accept as Solution 👍 Partially helpful? → Click "Yes" on "Was this reply helpful?" or drop a Like! Want more tips on Power Platform & AI? Follow me here: 🔗 LinkedIn: https://www.linkedin.com/in/paoloasnaghi/ ▶️ YouTube: https://www.youtube.com/@BeyondThePlatforms 📸 Instagram: https://www.instagram.com/beyond_the_platforms/ 🌐 Website: https://www.beyondtheplatforms.com/
Thanks for raising this issue.
In the current Orchestrator–Sub-agent pattern, sub-agents are not designed to directly call or “reach back” to the orchestrator. The orchestrator remains the single control and routing point for the entire workflow.
Instead of sub-agent → orchestrator invocation, the correct design is to use structured response handling:
status: error
error_type
context
So to answer the main question: there is no supported way for a sub-agent to directly reach the orchestrator by design — this must be handled at the orchestrator level via fallback logic.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 618
Haque 147
Vish WR 140