Skip to main content

Notifications

Copilot Studio - Publish & Channel Management
Answered

Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

(0) ShareShare
ReportReport
Posted on by 15

Hello, I create a PVA bot last week and was able to successfully connect it to my Teams using the documentation. On Thursday everything seem to work just fine, what I had seen in the PVA test was mimicked in Teams.

 

Today, anytime I ask a question that I would expect to get a Generative response for using Sharepoint links, it returns "I'm sorry, I'm not sure how to help with that. Can you try rephrasing?" However, it works just fine in the PVA test chat. I tried recreating what I did on Thursday, as well as confirmed my API exposures and scopes are set up correctly - still nothing. Was there a recent update that was rolled out that could have changed something?

 
 
 
 
Categories:
  • remidyon Profile Picture
    remidyon on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Have you connected your copilot to application insights? This is helpful to understand why it does not return any answers.

     

    You can use that query to understand what is going on with generative answers:

    customEvents
    | where name == "GenerativeAnswers"
    | extend cd = todynamic(customDimensions)
    | extend conversationId = tostring(cd.conversationId)
    | extend topic = tostring(cd.TopicName)
    | extend message = tostring(cd.Message)
    | extend result = tostring(cd.Result)
    | extend SerializedData = tostring(cd.SerializedData)
    | extend Summary = tostring(cd.Summary)
    | extend feedback = tostring(todynamic(replace_string(SerializedData,"$","")).value)
    | project cloud_RoleInstance, name, timestamp, conversationId, topic, message, result, feedback, Summary
    | order by timestamp desc
  • Arcanyx Profile Picture
    Arcanyx 12 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    I am experiencing the same issue on two of my chatbots.  Not just one.  Have one designed for a future integration and one as a standalone.  Scheduled to do a showcase on Friday.

  • Diego_JARA_97 Profile Picture
    Diego_JARA_97 2 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Hola También tengo el mismo problema! Traigo enlaces desde una lista de sharepoint y no funciona en algunos casos...

  • D-KFAZ Profile Picture
    D-KFAZ 2 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Hi, I have the same Issue as Valentino. Is there any progress on fixing the Teams only access bug?

     

  • ValentinoMW Profile Picture
    ValentinoMW 37 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Hello, I've changed the authentication to manual and followed the instructions. Now is not responding in the Test chat either. Any ideas? I think the solution will be just to get in touch with support. 

  • AJW1 Profile Picture
    AJW1 8 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Yes, I used  the "Teams Only", and expected that to work. Thanks for the work-around!

  • KylerLas Profile Picture
    KylerLas 15 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Works fine on my end. What could be your issue us that you've selected the "Teams Only" authentication method which doesnt seem to authenticate Teams users as described - doesnt seem to do it at all. Go ahead and switch over to "Manual." It is a bit more effort to setup, but it should work for you. Refer to this documentation for setting it up:

    Configure single sign-on for the Microsoft Copilot Studio app in Teams - Microsoft Copilot Studio | Microsoft Learn

  • AJW1 Profile Picture
    AJW1 8 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Can it be the issue is back again? Yesterday I created a Chatbot based on some SharePoint content. Works fine in Copilot Studio test, but fails to use the content when asking questions in Teams.

  • Verified answer
    KylerLas Profile Picture
    KylerLas 15 on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Hi! I did eventually submit a support ticket and it turns out there was a product issue, likely because of the recent changes made to the portal itself. The issue was resolved two weeks ago, everything runs smoothly in teams now.

  • remidyon Profile Picture
    remidyon on at
    Re: Sharepoint links as data referencing works in PVA testbot but not in Microsoft Teams

    Hi @KylerLas 

    Are you still facing the issue? 

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,526

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,907

Leaderboard

Featured topics