Hi
I have a Dataverse table which has 48,000 records.
I want to process the table 5,000 records at a time.
When I have processed a record I stamp it as "Done".
The idea being that after I have done the first 5,000, I can rerun the PowerAutomate flow by looking for records where the forementioned column does not have 'Done' in it.
So the question is when I run the PowerAutomate Flow for the second time and I set the Row Count to 5,000, does the List Rows with filter set to - not(contains(<column_Name>,'Done')) actually work or does it pick up the first 5,00 records all have which have the column set to 'Done' so does not actually find any records to process ?
Thanks In Advance.
Nigel