There’s no native “bulk export” feature in Dynamics 365 to download Copilot-generated case summaries directly from the UI.
Copilot summaries are generated on demand and stored in-memory (not always persisted as data in Dataverse), unless you’ve specifically customized your environment to save them Option 1: Customize to Store Summaries in Dataverse
You can capture the Copilot summary and save it to a text field (e.g., copilot_summary) when generated. Steps:
Add a custom multiline text field (e.g., “Copilot Summary”) on the Case entity.
Use a Power Automate flow or custom plugin to:
Call the Copilot Summary API (Microsoft Graph / Dynamics Copilot endpoint),
Store the result in the custom field.
Once saved, you can:
Export via Excel, Power BI, or Data Export Service.
Was this reply helpful?YesNo
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.