I have searched the internet but cant find out how to delete more than 1000 rows in a sharepontlist with flow.
I do read about a limitation of 5000 rows and a certain amount of API calls but in my case flow only deletes 1000 rows and then stops working.
This is the flow with an Odata filter :
addDays(utcnow('yyyy-MM-ddTHH:mm:ssZ'),-90)
it deletes all rows where Created date is older than 90 days.

a) how can i prevent the flow to stop after 1000 rows.
b) the list can be far more than 5000 rows after a month, is this the best way to store data or should i try an other solution like Dataverse? I have an E5 license.