web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Copilot Studio
Suggested Answer

ServiceNow Copilot

(0) ShareShare
ReportReport
Posted on by
I've created a ServiceNow Copilot through Microsoft Copilot Studio. However, some of the responses arent accurate. For example, it pulls an incorrect employee ID or incorrect Incident
  • Suggested answer
    Mohsin Ali Profile Picture
    836 on at
    Hello @CA-03091450-0 - Is it generative agent? please make sure that your instructions are clear. Also can you please also confirm if you have disabled following settings:
    • Allow ungrouped response
    • Use Information from the web

  • Sam_Fawzi Profile Picture
    1,079 Super User 2026 Season 1 on at
     
    Worth separating two different failure modes here, because they need different fixes.
    Ungrounded responses and web search cause the agent to invent an answer when it has no data. If your agent is calling ServiceNow and getting a real response back, wrong IDs are not that. More likely the agent is passing the wrong argument to the tool, or getting several records back and choosing badly. Turning those settings off is good hygiene, but it will not fix this.

    First, find out which is happening. Open Analytics, then Sessions, and read the transcript for a bad response. You will see the tool that was called, the exact arguments passed, and what came back. That tells you immediately whether the wrong record was requested or the wrong record was selected from a correct result. Everything after this depends on knowing which.
     
    If the arguments are wrong, the usual causes are:
    • Ambiguous parameter descriptions on the tool. The model chooses arguments from the description text, so "user identifier" invites it to pass a name where a sys_id is required. Be explicit about format and give an example.
    • Missing required filters. If the tool can return multiple records and nothing constrains it, you get whatever comes first.
    • The model resolving an identifier from conversation context rather than looking it up. This is common and is why you get a plausible-looking but wrong employee ID. If an ID has to come from a lookup, say so in the instructions, and add a separate lookup tool the agent must call first.
    If the arguments are right but the record is wrong, the tool is returning a set and the agent is picking. Fix that at the tool, not in the prompt. Constrain the query so it returns one record, or return a small structured list and have the agent confirm with the user before acting.
     
    A pattern that helps generally. Keep the deterministic work out of the model. Anything that is a lookup, a filter, or an exact match belongs in the tool definition or in a flow, not in the agent's judgement. The agent should be interpreting and summarizing, not deciding which sys_id to use.
     
    If you can share the transcript for one bad response, arguments and result, that would narrow it quickly.
  • Suggested answer
    11manish Profile Picture
    4,580 Super User 2026 Season 2 on at
    I would position your ServiceNow Copilot as a hybrid agent:

    Use generative AI/RAG for understanding and knowledge, but use deterministic ServiceNow API/tool calls for exact business data.

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Mohsin Ali Profile Picture

Mohsin Ali 296

#2
Valantis Profile Picture

Valantis 160 Super User 2026 Season 2

#3
sannavajjala87 Profile Picture

sannavajjala87 150 Super User 2026 Season 2

Last 30 days Overall leaderboard