
I'm trying to bulk update 20000+ records using next link. I understand there is a pagination limit and that you can manually set this, but from my understanding, I thought using next link would allow me to not worry about pagination, or at least be it's own type of pagination.
Here you can see I've set up the IsMoreRecords variable and the NextLink variable:
I then set up a do until loop that should list each contact record:
Then set up the Check for NextLink condition:
From my understanding this should be doing logic for each contact (20000+) contacts but when I see that my flow successfully ran, it's only giving me 5000:
Am I misunderstanding something here, or is how I set up this workflow to do this not set up properly?
I believe I also used next link in this batch update template to allow it to get more than 100k primary key guids in the Create destination index object scope
Feel free to import it & look over how it’s used