Hopefully a simple question, but have had no luck finding an answer online thus far.
I have a SharePoint list with over 150,000 items in. Within the list I have a column called "Status", there are approximately 75,000 items in the SharePoint list, where Status = "In Progress".
I am creating a Flow, that will get all items where Status = In Progress and update the Status column to "Complete". This will be a scheduled Flow that runs daily. I am using a Filter query in the Get Items action "Status eq 'In Progress'".
The bit I am struggling with is I have a requirement to only update 2000 list items per Flow run. I have tried setting the Top Count to 2000, and also enabling pagination and setting the threshold here but am having no luck.
Can anyone advise please?