Copilot Studio: Error in the Generative Answers Node

54459062 0 Reputation points
2026-09-01T01:07:17.98+00:00

Hello everyone,

 

I am a beginner in Copilot Studio development, so I apologize if I am overlooking something obvious. I am Japanese, so English is not my first language. I apologize if any part of my post is unclear.

 

For quite some time, I have been experiencing issues with the Generative Answers node.

 

In most cases, it returns the following message:

 

"No information was found that could help answer this question."

 

Environment / Configuration Model: Claude Sonnet 4.6 Knowledge source: SharePoint Knowledge (uploaded to Dataverse) Knowledge retrieval and responses are handled using the Generative Answers node Allow responses without grounded data: ON Use general knowledge: ON Content moderation level: Low Things I have already tried

 

After reviewing posts in this community, I tried the following:

 

Enabling settings such as Allow responses without grounded data Storing the response from the Generative Answers node in a variable instead of sending it directly, then displaying it with a Message node immediately afterward Using custom data with JSON (to be honest, I am not very familiar with this approach. If Power Automate is not being used, does custom data still provide any benefit?) Removing all instructions/prompts to ensure there were no unintended restrictions Testing with different models

 

Unfortunately, none of these attempts have solved the problem.

 

Has anyone encountered a similar issue? If so, I would greatly appreciate hearing what worked for you. Even general troubleshooting tips or things you have tried would be very helpful.

 

Since I am still learning Copilot Studio, any advice or guidance would be sincerely appreciated.

 

Thank you very much for your help!

Microsoft Copilot | Microsoft 365 Copilot | Development

1 answer

Sort by: Most helpful
  1. AI answer

    2026-09-01T01:07:43.7366667+00:00

    The behavior described is consistent with SharePoint knowledge retrieval failing before the node can generate an answer. In Copilot Studio, a Create generative answers node can return "No information was found that could help answer this question" when the expected SharePoint content is not being retrieved, even if settings such as Allow responses without grounded data or Use general knowledge are enabled.

    The most useful checks are these:

    1. Verify the SharePoint source is actually selected on the node
      • Open the topic.
      • Select the Create generative answers node.
      • Open Properties > Data source.
      • Confirm Search only selected sources and the selected SharePoint source.
      • If Search only selected sources is on and the expected SharePoint source is not selected, the node can return no response instead of using other knowledge sources.
    2. Check whether SharePoint search can find the content
      • Copilot Studio uses only the top three SharePoint search results to generate a response.
      • If SharePoint search returns nothing, the node returns no answer.
      • In SharePoint search, search for a unique phrase from the target document.
      • If the file does not appear, indexing is likely incomplete.
      • If content was uploaded recently, wait for indexing to complete.
      • If needed, a SharePoint site admin can go to Site Information > View all site settings > Search and offline availability > Re-index site.
    3. Confirm the content is supported
      • Only supported document formats are used.
      • Only modern SharePoint pages are supported.
      • Classic .aspx pages are not used.
      • Modern pages that contain SPFx components are not supported.
    4. Check permissions for the account used in Copilot Studio
      • If the account signed in to copilotstudio.microsoft.com does not have access to the SharePoint site, content might not be returned or a system error can occur.
    5. Review filters if using a SharePoint knowledge source with filtering
      • On the Knowledge page, open the SharePoint source and select Edit > Advanced settings.
      • Review filters such as Title, Author, Modified by, or Modified on.
      • If filters use variables, confirm the runtime value is what is expected.
      • Overly restrictive filters can cause valid content to be excluded.
    6. Check content moderation
      • Even with moderation set to Low, moderated content can cause the node to return no response and not show that moderation happened.
      • If Application Insights telemetry is connected, moderation events can be checked there.
      • If needed, adjust content moderation carefully. Lower moderation can reduce answer quality or relevance.
    7. Confirm the knowledge source is enabled in the node
      • Copilot Studio guidance for generative answers recommends verifying that knowledge sources are enabled in one or more generative answers nodes.
      • Also confirm the node is not exceeding the maximum allowed number of knowledge sources.

    About the steps already tried:

    • Storing the node output in a variable and then showing it in a Message node does not fix retrieval problems if the SharePoint source returns no usable results.
    • Removing prompts or changing models also does not address missing SharePoint search results, permissions, filters, or moderation.

    A practical end-to-end test path is:

    1. In the topic, verify the correct SharePoint source is selected in the Create generative answers node.
    2. In SharePoint, search for a unique sentence from the document.
    3. If not found, wait for indexing or reindex the site.
    4. Confirm the signed-in Copilot Studio account can open the SharePoint file directly.
    5. Review any source filters.
    6. If retrieval still fails, check whether moderation is filtering the content through Application Insights.

    If the goal is to restrict answers only to the SharePoint knowledge and avoid out-of-box answers, disable Allow the AI to use its own general knowledge.


    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.