In many Dynamics 365 implementations, case forms primarily capture and display data but don’t actively help resolve issues. Support teams often rely on experience or external tools to determine the next steps.
In this guide, we’ll transform a standard case form into an AI-powered assistant using Agent Response and Copilot Studio. This setup enables real-time suggestions such as case summaries, possible causes, and resolution steps directly within the form.
How to Add Agent Response in Dynamics 365 Case Form
To begin with, the first step was to bring the Agent Response component onto the case form.
Inside the form designer, I navigated to the Components panel and selected Agent Response (Preview) under the Artificial Intelligence section. This component is what enables us to display AI-generated suggestions directly within the form.
After adding the component, I placed it in a dedicated section labeled “AI Suggestion” to keep the UI clean and focused.
How to Configure Agent Response Component (Event Setup)
Once the component was added, the key part was configuring the Event Name.
This event name acts as a bridge between the form and the Copilot agent. Whenever the form is loaded, this event is triggered, and the agent responds with the relevant AI-generated output.
In this case, I configured the event name as:
ai_response
It’s important to note that this same event name must be used later while configuring the topic inside Copilot Studio. If the names don’t match, the agent won’t be triggered.
A Small Note
While working in the form designer, you might notice a message saying:
“Agent Response is only available when you play the app.”
This is expected behavior. The component doesn’t render inside the designer preview — it only works when the app is actually running.
With this setup in place, the form is now ready to communicate with the Copilot agent. The next step is to configure the agent and define how it processes the case data to generate meaningful suggestions... Read More