Hi!
If you have a lot of records to process through a microflow it is recommended to do this in batches.
Create 2 variables, offset and limit. And iterate through the records per batch of for example 500 records.
View the following blog about this method here: