Conversational Agent in Autopilot - documents

Hi all

Our conversational agent is working in the UiPath Autopilot app in Teams.
The agent has as a context a SharePoint Folder. If the Agent is run in UiPath itself, you can view the citated document by downloading it. In Teams we get the following error

and after refreshing the page this appears

is there a way that documents can be viewed in Autopilot in Teams?

Regards,
Mel

Hi @mel.anderegg

You may give a try on the following workarounds

  1. Instead of letting UiPath Autopilot generate citations automatically, override the response formatting:

Teams reliably renders plain hyperlinks even when citations fail.

  1. If documents are text/PDF and not huge:
  • Extract content with UiPath
  • Summarize or embed the key text in the response
  • Avoid the need to “open” the file in Teams at all
  1. Use a Deep Link like below

https://test.sharepoint.com/:w:/r/sites/.../filename.docx?**web=1**

Teams reliably handles these direct “web=1” links.

Happy Automation !!

1 Like

thanks for this. it is working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.