Hi!
Thank you for your help!
I'm trying to create a flow that will pull a csv report from a SharePoint list that will then be added to a folder. I'm wanting this to create a back up log incase the SharePoint has an error, we can go back to the most recent hour.
Currently I have it sent up as:
Recurrence (every hour) > Get Items (with the correct Site Address and List Name) > Create CSV Table (with "Value" in From, and "Custom" in Columns with all the columns I want) > Create a File (with all the info needed, and File Content as "Output")
But once I run it, It only pulls 101 rows, when it should be about 5000.
*In the 'Get Items' step, I have left the Order By, Top Count, and Limit Columns by View all empty
Thank you for your help!