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?