SharePoint List Reader error after 50k items

I am working with the SharePoint Online List Reader for the first time. I am noticing that for lists with over 50k records, the job fails. Does this need to be set up as a loop of some kind to get all records? There are over 85k in this particular list.

image

The error is above.

Can someone share an example of a workflow they created that could help account for this limit?

Try to stream the node

The Streaming node option did not prevent the time out error — I think I may need to do an graph API call instead of the native connector to building a loop to support this larger size List. Any other suggestions or examples in the Community?