Skip to main content
Question

Recent AGOL Update restricts the number of records that a AGOL reader can read to 400k

  • June 30, 2026
  • 7 replies
  • 144 views

jasonc
Contributor
Forum|alt.badge.img+5

There was an update to ArcGIS Online last week 06/2026 that is causing an issue with the number of records you can read using the AGOL reader. It is limited to 400k records. Since the hosted layer that I am reading has way more than 400k it has broken my workbench. Has anyone ran across this yet and is there a workaround I can use since this workflow is essential for updating an enterprise application.

7 replies

j.botterill
Evangelist
Forum|alt.badge.img+61
  • Evangelist
  • July 1, 2026

a workaround might be on the reader to reduce Feature Per Request, perhaps half it and see it that helps

 


jasonc
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • July 1, 2026

a workaround might be on the reader to reduce Feature Per Request, perhaps half it and see it that helps

 

Thanks for the response. I already have this set to this value. The problem seems to be a maximum number of records that I can return overall (not per request). ESRI has recently set a limit to the number of records you can return to 400k records. Previously I could return all the records from the hosted service using the AGOL reader no matter how big hosted service was. 


jasonc
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • July 1, 2026

crutledge
Influencer
Forum|alt.badge.img+47
  • Influencer
  • July 1, 2026

Thanks ​@jasonc this would have driven me crazy.


carlm
Contributor
Forum|alt.badge.img+21
  • Contributor
  • July 2, 2026

I was working on a workflow the other day to update the layer definition and change the value, when I went back to it today I saw that all my layers now have a limit of 1 million features, they were at 400k previously.


andreaatsafe
Safer
Forum|alt.badge.img+17

Hi everyone,

Just wanted to let you know we’re working on updating the ArcGIS Feature Service package so that it can read more than 1 million features.

We’ll let you know when the update is released! 


andreaatsafe
Safer
Forum|alt.badge.img+17

Update: the ArcGIS Feature Service package has been updated to read all features. It now handles the 'maxIdsCount' property, so it correctly reads past the 1 million feature cap from the June 2026 AGOL update.

 

Given the disruption this caused to production workflows, I'd recommend migrating to the package integration now rather than waiting. The package is also the best way to get timely updates whenever there are REST API changes, and it will be the integration that receives all new feature updates going forward. See this article for details on migrating from the shipped integration to the packaged one.