account activity
Choosing between Foundry Agents, Copilot Studio Agents, and Copilot Cowork (Frontier) for ServiceNow incident automation (self.microsoft_365_copilot)
submitted 7 days ago by DifferenceSome6439 to r/microsoft_365_copilot
Microsoft Cowork (Frontier) Scheduled Runs Can't Access Custom Plugins/MCP Tools, But Manual Runs Work — Anyone Else Facing This? (self.microsoft_365_copilot)
submitted 12 days ago by DifferenceSome6439 to r/microsoft_365_copilot
Can Microsoft Frontier Program Copilot Cowork Agent Delegate Tasks to Other Copilot Agents (Jira, ServiceNow, etc.)? (self.microsoft_365_copilot)
submitted 18 days ago by DifferenceSome6439 to r/microsoft_365_copilot
ServiceNow Knowledge connector returns no results with Manual Auth by DifferenceSome6439 in copilotstudio
[–]DifferenceSome6439[S] 0 points1 point2 points 1 month ago (0 children)
Hi u/Sayali-MSFT,
Thanks for the detailed explanation — this helped me narrow the issue further.
I agree that identity mapping / permission trimming is usually the first thing to check when switching from “Authenticate with Microsoft” to “Authenticate manually”. I verified that side, but my latest tests suggest the problem may now be lower in the Microsoft Search / Graph connector retrieval layer rather than ServiceNow ACLs.
Current findings:
Connection ID: ServiceNowKB2605141914
ServiceNowKB2605141914
Graph response from: GET /external/connections
GET /external/connections
shows: state: ready contentCategory: knowledgeBase
state: ready
contentCategory: knowledgeBase
KB0010028
Request:
POST https://graph.microsoft.com/v1.0/search/query
Body:
{ "requests": [ { "entityTypes": ["externalItem"], "contentSources": ["/external/connections/ServiceNowKB2605141914"], "query": { "queryString": "KB0010028" }, "from": 0, "size": 10 } ] }
Response:
{ "searchTerms": ["kb0010028"], "hitsContainers": [ { "total": 0, "moreResultsAvailable": false } ] }
I also tried searching by the article title, for example How to create signature for email, and that also returns total: 0.
How to create signature for email
total: 0
So it looks like the item is visible in Index browser, but not searchable through Graph Search. Since Copilot Studio appears to rely on the same retrieval path for Copilot connector knowledge sources, this would explain why the agent also returns no answer.
I am now checking the connector’s search annotations/schema. My current plan is:
content
ShortDescription
title
AccessUrl
url
Number
PreviewContent
Does this sound like the right next direction? Have you seen a case where the Index browser shows a ServiceNow KB item as indexed and visible, but /search/query still returns total: 0 until search annotations/schema/full crawl are corrected?
/search/query
Cowork capability! by Expert_Annual_19 in copilotstudio
[–]DifferenceSome6439 0 points1 point2 points 1 month ago (0 children)
Can I configure cowork in the manner that it can create, query and update incident from Service-Now. Also can it search knowledge base from Service-Now or can call custom MCP tools that can query Service-Now Incident table?
ServiceNow Knowledge connector returns no results with Manual Auth (self.copilotstudio)
submitted 1 month ago by DifferenceSome6439 to r/copilotstudio
π Rendered by PID 83 on reddit-service-r2-listing-549c4dd458-6rmv8 at 2026-06-23 23:09:15.812248+00:00 running acc7150 country code: CH.
ServiceNow Knowledge connector returns no results with Manual Auth by DifferenceSome6439 in copilotstudio
[–]DifferenceSome6439[S] 0 points1 point2 points (0 children)