Trying to understand the difference between Top Count and Pagination (and why there are two things that seem to be so similar)
I'm using the Get Files (Properties Only) action to kick off a flow moving files from a library with ~10,000 items in it.
I initially ran it with pagination turned off and a Top Count of 10,000, and it retrieved 4997 and ran successfully.
After the initial run Get Files (Properties Only) would not retrieve any of the remaining files until I turned on Pagination, then it retrieved the remaining 5325 and is currently running no problem.
Why did it work on the first 4997 files without Pagination? What is the difference between Pagination and Top Count?
Thanks in advance