Hi, I have a flow running to get some items from a SharePoint list with around 6000 items.
The problems I have is the Get Items is not getting any items above 5000, even if I want to get only 10 files.
For example, I want to get all files where Check = "YES", These are only 4 items with ID, 5, 50, 467 and 5200.
So I am configuring a simple manually trigger a flow and the GET ITEMS action with the Filter Query set to Check eq 'YES'.
| ID | Check |
| 5 | YES |
| 50 | YES |
| 467 | YES |
| 5200 | YES |
It works fine, but I am receiving only the items with ID 5, 50, 467. Item 5200 is missing.
Is there any limit with this and is there any way of overcome this issue?
Kind Regards
Sergio