Hello all,
I'm developing a power app that searches for file contents on a SharePoint library by sending an HTTP request to SharePoint and usign the Search REST API. The input value is a text inputted through a text box:
Currently, I'm able to acess the content off all documents stored in this library. What I'd like to do, in fact, is to access only the content of files inside a specific folder in this library. How can I do that?
Hello @v-xiaochen-msft,
Thank you very much for the response.
The solution you proposed worked!
Best Regards,
Gustavo.
Hi @GustavoFerreira ,
Please try this
_api/search/query?querytext='***+path%3Ahttps%3A%2F%2F***.sharepoint.com%2Fsites%2F***%2FShared%2520Documents%2FTest'
Best Regards,
Wearsky