Ah sorry for the confusion let me say it differently.
If you turn on Pagination, it handles everything itself and therefor does not show it.
If you turn off Pagination (which means you want to handle it) you will need a Do Until loop, with your apply to each inside, and you will get the marker then.
Sorry I re-read what I said and see its confusing.
If you turn on pagination it will not show you the marker because it's doing it itself internally but its lame because it... sort of stops. So I don't use the pagination, I instead do
Do Until (variable that has the marker in it) and do this until its Null/Blank
Inside do your Apply to each, leveraging your marker if you have one to get the next set of 5k.
Again my apologies if I confused you but the above is what you need to do. I don't usually use pagination as it sort of stinks. Self pagination is much better (imho)
If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.
Thank you!
Sincerely, Michael Gernaey