What’s New in Copilot Studio: May 2025 – The Era of Autonomous Agents
The theme of this update was the transition from “Copilots” (assistants that wait for prompts) to “Agents” (autonomous entities that can be triggered by business events to work in the background).
Real-time User Journey: Event-Driven Autonomy
The core feature introduced in May 2025 was the ability for agents to act without a user starting a chat.
User Journey Example: Automated Onboarding
- Trigger: A new record is created in a HR system (e.g., Workday) indicating a new hire has signed their offer letter.
- Autonomous Analysis: The agent is “woken up” by this event. It automatically reviews the new hire’s role and department.
- Cross-App Orchestration: Without human intervention, the agent:
- Requests a laptop via the IT ticketing system (ServiceNow).
- Sends a welcome email with a customized first-week agenda to the new hire via Outlook.
- Pins a “New Joiner” announcement in the specific department’s Microsoft Teams channel.
- Human Summary: Once finished, the agent sends a notification to the HR Manager saying, “I’ve completed the onboarding setup for [Employee Name]. Here is the summary of actions taken.”
Step-by-Step: How to Enable “Agentic” Triggers
This feature allows you to move beyond the “Ask a question” model.
- Step 1: Open Agent Studio: Navigate to your agent in Microsoft Copilot Studio.
- Step 2: Add a Trigger: Go to the Triggers tab (previously just “Topics”). Select “Add a Trigger based on an external event.”
- Step 3: Connect Data Source: Select a connector (e.g., Dataverse, SharePoint, or an External API). Choose the event type, such as “When a row is added” or “When a file is uploaded.”
- Step 4: Define Instructions: Instead of a dialogue tree, provide the agent with Instructions on what to do when this event occurs. Use natural language to describe the logic.
- Step 5: Configure Actions: Add the “Tools” the agent is allowed to use to fulfill the instructions (e.g., send an email, update a CRM record).
- Step 6: Turn on Autonomy: Toggle the “Run Autonomously” switch and publish the agent.
Infographic: The New Agent Architecture
The May 2025 update fundamentally changed the “brain” of Copilot Studio agents:
| Component | Old Way (Bot) | New Way (Agent) |
| Trigger | User must type a message. | External events (Data/Time/System changes). |
| Logic | Manual “If/Else” branches. | Generative AI Orchestrator (Reasoning). |
| Memory | Session-based (Forgot quickly). | Persistent Memory (Remembers across runs). |
| Tools | Fixed API calls. | Dynamic Selection of tools based on the goal. |
References