Like the MS. Delve search, can a PAV bot search the file and provide the file link/path link in response?
E.g., Shared files on teams, share point files, one drive files.
Thank you so much! I'll check the link, if I face any problem with the flow.. can I ask you here in this post?
Hi @deb92,
Yes, I think this would be possible by using Microsoft Search API.
https://docs.microsoft.com/en-us/graph/api/resources/search-api-overview?view=graph-rest-1.0
You could use the keyword from the chat and send that to a Power Automate flow. In that flow you could use a HTTP action to search for the keyword in the Microsoft Search API and return the results back to the Power Virtual Agent.