I created an Agent to summarize a csv file but it's just giving out error "Sorry, something unexpected happened. We’re looking into it. Error code: SystemError"

Edward 86 Reputation points
2026-07-16T18:57:52.6566667+00:00

What is this error and who's "we"?

Does this mean i can literally just wait and do nothing and it should work tomorrow? I am just half-kidding but any clarifications would be great.

Microsoft Copilot | Microsoft 365 Copilot | Development
0 comments No comments

1 answer

Sort by: Newest
  1. AI answer

    2026-07-16T18:58:14.8366667+00:00

    SYSTEM_ERROR is a catch-all error code in Copilot Studio for an unexpected failure that does not match a more specific error category. It usually means a transient infrastructure problem, an unexpected internal failure, or a condition that needs engineering investigation.

    It does not mean “just wait and do nothing” in every case.

    What it means in practice:

    1. Retry first. This error can be transient, so trying the request again may work.
    2. If it keeps happening, collect details and escalate. Capture the conversation ID from the activity trace and the time of failure, then contact support.
    3. If many users are affected at once, have an administrator check the Microsoft 365 service health dashboard.

    About “who’s we”:

    • The product message is referring to the Microsoft service side, not to an automatic guarantee that the issue will resolve on its own without any follow-up.
    • The official guidance is to retry, then investigate/escalate if persistent.

    A useful way to think about it:

    • One-off failure: retrying later might fix it.
    • Repeated failure on the same scenario: treat it as something that needs investigation, not passive waiting.

    If this happens while testing the agent, error details can also appear in the Preview tab, Preview history, Activity trace, and Evaluate results. In the classic troubleshooting guidance, agent makers can also use the test pane for more context and the Topic checker panel to validate the agent.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.