Building and customizing solutions using Microsoft 365 Copilot APIs and tools
Hi Kalla, Jahnavi,
This issue in Copilot Studio happens when a Generative AI action correctly extracts data (like acronyms and slide numbers), but the Generative Orchestration layer overrides the result and returns a fallback message like “No information was found that could help answer this.” This usually occurs because the AI action output is not stored as a structured topic output variable, or because the orchestrator re-evaluates and discards the tool result during final response generation. It can also happen when outputs are too large, unstructured, or when topic-level generation and orchestrator generation conflict in the same turn. The recommended fix is to store the AI action result in a structured output variable (preferably JSON), avoid double generation between the topic and orchestrator, keep outputs concise, and let the orchestrator use the captured result directly instead of re-generating the response. In short, the extraction step works correctly, but the final orchestration layer is replacing or ignoring the output during response composition.
References
https://learn.microsoft.com/en-us/microsoft-copilot-studio/generative-orchestration
https://learn.microsoft.com/en-us/microsoft-copilot-studio/faqs-generative-orchestration
Thanks and Regards,
Karan Shewale