Building and customizing solutions using Microsoft 365 Copilot APIs and tools
Hi KS chin,
The issue occurs because SharePoint-based generative answers in Microsoft Copilot Studio use delegated permissions, meaning the agent retrieves data using each tester’s identity—not the maker’s. If the agent cannot access SharePoint content for a user, it returns no results and routes the query to the fallback topic.
Even if testers have access in Microsoft SharePoint, this problem typically happens due to one of the following:
Incorrect or incomplete permissions on the specific folder/files (not just site-level access)
Missing or misconfigured authentication in Microsoft Entra ID (e.g., required delegated permissions or admin consent not granted)
Knowledge source not properly enabled or synced in the Stage environment
SharePoint content not indexed/searchable, so no results are returned
To fix this:
Ensure testers have direct read access to the exact files/folder used as the knowledge source
Verify Entra ID app permissions and admin consent are correctly configured
Confirm the knowledge source is enabled and published in Stage
Check that documents are indexed and searchable in SharePoint
In short, this is usually a delegated access or configuration issue, not a bug—once access and authentication are correctly aligned, testers will start getting answers instead of fallback.
Thanks,
Karan Shewale.
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it.