<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: maxRecordCount in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1364887#M56558</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417766"&gt;@Clubdebambos&lt;/a&gt;&amp;nbsp;, do you know if you can set the parameter to something other than the default at the time of publishing with the Python API? Or can you only update the parameter after publishing with the code you have outlined?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 22:23:51 GMT</pubDate>
    <dc:creator>jschuckert</dc:creator>
    <dc:date>2023-12-28T22:23:51Z</dc:date>
    <item>
      <title>maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255858#M50203</link>
      <description>&lt;P&gt;Another question about maxRecordCount.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My AGOL Hosted point Feature Layer only allows up to 1000 selected features in my Webapp.&lt;/P&gt;&lt;P&gt;Like many others before me,&amp;nbsp; I have tried updating the Service Definition maxRecordCount to a higher number(10,000) and save,&amp;nbsp; but the selection still stays at 1000.&amp;nbsp; and it also reverts back to 1000 in the Service Defintion.&amp;nbsp;&amp;nbsp; there are a few places to update that maxRecordCount in the definition, and only one of those reverts back to the lower number.&lt;/P&gt;&lt;P&gt;ESRI can we please get an explanation on Selecting AGOL Hosted Features?&amp;nbsp; please advise how to raise that maximum selection.&lt;/P&gt;&lt;P&gt;thx!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 19:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255858#M50203</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-02-07T19:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255887#M50208</link>
      <description>&lt;P&gt;When you updated it, did you also set the lastEditDate value to null in step 7 of the &lt;A href="https://support.esri.com/en/technical-article/000012383" target="_self"&gt;instructions&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 20:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255887#M50208</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-02-07T20:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255904#M50209</link>
      <description>&lt;P&gt;Yep.&amp;nbsp; would i need to update All of the "_lastEditDate"s?&lt;/P&gt;&lt;P&gt;"lastEditDate" : null,&lt;BR /&gt;"schemaLastEditDate" : 1675798413474,&lt;BR /&gt;"dataLastEditDate" : 1675798413474&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still,&amp;nbsp; everytime I go back to check the Definition,&amp;nbsp; the null is gone and the max count is back to 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 21:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255904#M50209</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-02-07T21:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255914#M50210</link>
      <description>&lt;P&gt;When I needed to change it, I only modified the lastEditDate.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 21:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255914#M50210</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-02-07T21:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255965#M50215</link>
      <description>&lt;P&gt;Are you certain that you selected the desired layer within the feature service and updated its maxrecordcount value? I believe you need to do this even if your feature service has only one layer. And then I think you may also want to update the maxrecordcount for the parent service so that it's at least as much as the maxrecordcount of the layer it contains.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 00:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1255965#M50215</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2023-02-08T00:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1256345#M50246</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; I am opening the specific Hosted Feature Layer in AGOL(using 'View' URL on the Overview page.&amp;nbsp;&amp;nbsp; which gets me to the ArcGIS REST Services Directory,&amp;nbsp;&amp;nbsp; and clicking on "Admin" in the upper right, and clicking on "Update Definition" at the bottom.&lt;/P&gt;&lt;P&gt;searching for and updating "maxRecordCount" and "lastEditDate"(10,000 and null) and clicking on "Update Service Defintion".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;going back to my Experience Builder application,&amp;nbsp; the selection box still only allows 1000 features.&amp;nbsp; and if I go back to the Service Defintion,&amp;nbsp; those updates have reverted back to 1000 and random numbers again.&lt;/P&gt;&lt;P&gt;has anyone gotten this to work with their AGOL Hosted Feature Layers?&amp;nbsp; does it only work in Portal?&amp;nbsp; any ideas?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 23:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1256345#M50246</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-02-08T23:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1256439#M50254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/441597"&gt;@Paco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the Python API to set the maxRecordCount for individual layers in a Feature Service as shown below.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis import GIS
from arcgis.features import FeatureLayer

agol = GIS("home")

update_dict = {
    "maxRecordCount": "10000"
}

item = agol.content.get("FS_ITEM_ID")

for lyr in item.layers:
    print(lyr.properties.name)
    fl = FeatureLayer(lyr.url, agol)
    print(fl.manager.update_definition(update_dict))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then check that this sticks by printing out the maxRecordCount property for each layer.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis import GIS
from arcgis.features import FeatureLayer

agol = GIS("home")

item = agol.content.get("FS_ITEM_ID")

for lyr in item.layers:
    print(lyr.properties.name)
    fl = FeatureLayer(lyr.url, agol)
    print(lyr.properties.maxRecordCount)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1256439#M50254</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2023-02-09T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257252#M50297</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/441597"&gt;@Paco&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Yes.&amp;nbsp; I am opening the specific Hosted Feature Layer in AGOL(using 'View' URL on the Overview page.&amp;nbsp;&amp;nbsp; which gets me to the ArcGIS REST Services Directory,&amp;nbsp;&amp;nbsp; and clicking on "Admin" in the upper right, and clicking on "Update Definition" at the bottom.&lt;/P&gt;&lt;P&gt;searching for and updating "maxRecordCount" and "lastEditDate"(10,000 and null) and clicking on "Update Service Defintion".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But after you click 'View', are you clicking on the layer name before clicking 'Admin'?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_0-1676066738227.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62636i80C24AF6D4FA3184/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyTorpey_LSA_0-1676066738227.png" alt="HollyTorpey_LSA_0-1676066738227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 22:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257252#M50297</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2023-02-10T22:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257272#M50299</link>
      <description>&lt;P&gt;Holly!&amp;nbsp; I actually was going to post a conclusion to my question earlier today!&amp;nbsp; and THIS was the issue.&amp;nbsp; thanks for posting.&amp;nbsp; I was not going far enough into the Service and choosing the specific Layer.&amp;nbsp; I didn't think I needed to because I only had One Layer per Service,&amp;nbsp; but I did.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so,&amp;nbsp; click Service URL,&amp;nbsp; CHOOSE LAYER,&amp;nbsp; Admin, and alter the field numbers.&amp;nbsp; even if there is only One Layer in the Service.&lt;/P&gt;&lt;P&gt;Thank you everyone for your input.&amp;nbsp;&amp;nbsp; moving forward now!&lt;/P&gt;&lt;P&gt;p&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 22:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257272#M50299</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-02-10T22:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257303#M50300</link>
      <description>&lt;P&gt;Cool! Glad I could help! (Or that you figured it out on your own!)&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 01:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1257303#M50300</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2023-02-11T01:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1349779#M55897</link>
      <description>&lt;P&gt;what is the maxrecordcount that you can set.&amp;nbsp; i'm querying a service that has about 491,000 records and i know that my query should have about 144,771 records in it.&amp;nbsp;&amp;nbsp; how can I pull back that or is it too much?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 17:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1349779#M55897</guid>
      <dc:creator>RamonWilliams</dc:creator>
      <dc:date>2023-11-15T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1364887#M56558</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417766"&gt;@Clubdebambos&lt;/a&gt;&amp;nbsp;, do you know if you can set the parameter to something other than the default at the time of publishing with the Python API? Or can you only update the parameter after publishing with the code you have outlined?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 22:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1364887#M56558</guid>
      <dc:creator>jschuckert</dc:creator>
      <dc:date>2023-12-28T22:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1476467#M59299</link>
      <description>&lt;P&gt;Thank you for sharing this solution! Worked perfectly!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 18:31:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1476467#M59299</guid>
      <dc:creator>ErinHourihan</dc:creator>
      <dc:date>2024-05-21T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1478648#M59360</link>
      <description>&lt;P data-unlink="true"&gt;According to &lt;A href="https://developers.arcgis.com/rest/services-reference/online/feature-layer.htm" target="_self"&gt;this resource&lt;/A&gt;, "&lt;SPAN&gt;for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ArcGIS Online&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;hosted services,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;maxRecordCount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;has an upper limit of 32000 for points, and an upper limit of 4000 for lines and polygons."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 20:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1478648#M59360</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2024-05-24T20:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1478713#M59364</link>
      <description>&lt;P&gt;Using the script for ArcGIS Enterprise, despite being successful at all stages, the definition is not actually updated.&lt;/P&gt;&lt;P&gt;And when I try to use the same update_dict syntax directly in Enterprise, it also indicates success but does not update the json.&lt;/P&gt;&lt;P&gt;But thanks for sharing the code.&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 01:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1478713#M59364</guid>
      <dc:creator>SMH-Rio</dc:creator>
      <dc:date>2024-05-25T01:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1601692#M64238</link>
      <description>&lt;P&gt;i had same problem, resolved by updating a featureLayer collection made from the item and using an integer for maxRecord Count&lt;/P&gt;&lt;P&gt;flc = FeatureLayerCollection.fromitem(item)&lt;BR /&gt;flc.manager.update_definition({'maxRecordCount': 10000})&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 04:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1601692#M64238</guid>
      <dc:creator>AntEsk</dc:creator>
      <dc:date>2025-04-02T04:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1653996#M66468</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417766"&gt;@Clubdebambos&lt;/a&gt;&amp;nbsp;Wondering if you could assist me with this?&lt;/P&gt;&lt;P&gt;Having a hard time getting this to work for AGOL Portal.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 20:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1653996#M66468</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2025-09-29T20:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1654104#M66472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10620"&gt;@ModernElectric&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The below works fine for me in AGOL.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS

## Access ArcGIS Online
agol = GIS("home")

## get the feature service as an Item object
item = agol.content.get("FS_ITEM_ID")

## for each Feature Layer in the Feature Service
## update to the maximum record count per geometry type
for lyr in item.layers:
    print(lyr.properties.name)
    if lyr.properties.geometryType in ("esriGeometryPolygon", "esriGeometryPolyline"):
        print(lyr.manager.update_definition({"maxRecordCount" : 4000})) # 4000 is the max for Polygon &amp;amp; Polyline
    elif lyr.properties.geometryType == "esriGeometryPoint":
        print(lyr.manager.update_definition({"maxRecordCount" : 32000})) # 32000 is the max for Point&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also update the&amp;nbsp;maxRecordCountFactor.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;for lyr in item.layers:
    print(lyr.properties.name)
    if lyr.properties.geometryType in ("esriGeometryPolygon", "esriGeometryPolyline"):
        print(lyr.manager.update_definition({"maxRecordCount" : 4000, "maxRecordCountFactor" : 2})) # 4000 is the max for Polygon &amp;amp; Polyline
    elif lyr.properties.geometryType == "esriGeometryPoint":
        print(lyr.manager.update_definition({"maxRecordCount" : 32000, "maxRecordCountFactor" : 2})) # 32000 is the max for Point&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using the ArcGIS API for Python Feature Layer &lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query" target="_blank" rel="noopener"&gt;query()&lt;/A&gt; method you can set the return_type parameter to "standard" which will use the standardMaxRecordCount which is multiplied by the&amp;nbsp;maxRecordCountFactor (eg 4000 * 2 = 8000 or 32000 * 2 = 64000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 10:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1654104#M66472</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2025-09-30T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: maxRecordCount</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1654105#M66473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/527269"&gt;@jschuckert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Apologies for the delay, there was a long period there I was not getting notifications so had no clue if I was being tagged or responded to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I have not tried setting the maxRecordCount at publishing, the documentation for the &lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish" target="_blank" rel="noopener"&gt;publish()&lt;/A&gt;&amp;nbsp;methods states you can via the publish_parameter parameter. More info &lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/publish-item/#shapefile-feature-collections-and-file-geodatabases-publish-parameters-json-properties" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/featuresharingdraft-class.htm#:~:text=String-,maxRecordCount,-(Read%20and%20Write" target="_blank" rel="noopener"&gt;ArcPy&lt;/A&gt; to publish from an APRX you can also set the maxRecordCount.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Glen&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 10:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/maxrecordcount/m-p/1654105#M66473</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2025-09-30T10:32:53Z</dc:date>
    </item>
  </channel>
</rss>

