Power Automate - Get File(s) Action not returning results
While working with Get Files action in SharePoint, i am not getting any results. In my request i am trying to get the files using the folder name. By passing the folder name dynamically i am not getting any values to the result.
- I tried to pass the folder name manually but i didn't get the results.
- Tried to get the results without passing the folder name. Now i am able to get 100 items.
i found the reason for the issue. By default Get Files action will get only 100 records. But my Document Library having 9500 records. My Filer folder is running only on 100 items and not getting any results . So i am not seeing any results with default settings.
To fix this issue, we need to set enable Pagination and set the values using the steps below.
After running the file i am able to see the filtered results.
Comments