
Hello everyone,
I am trying to create the flow which would basically check the date and create a file on a drive if it was added yesterday on the SharePoint site. However, I have a problem which I can't figure out. When using "Get files (properties only)" I am only fetching one folder. In the Document library, I have multiple folders. I have full access to all of the folders and the page itself. When I try to use "Limit Entries to Folder" within the flow on any of those other folders, I do not get any results. I have tried to leave "Limit Entries to Folder" blank, but I still get the same issue (returns results only from one folder). Also, I have tried to use "Top count" to limit the results returned, but no luck. When I look at it, it seems like a permission issue, but I have checked everything and I do have the necessary permission. Any ideas would be appreciated.
Specific folder
Whole library
Hello @Slyzden ,
please try to send an HTTP Request to SharePoint in order to get all the files in a Folder:
https://sharepains.com/2020/03/12/get-all-files-in-a-sharepoint-folder/
If you're not able to get all of them, probably there's a permission issue.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco