<?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: Querying Records for Dynamic List - User Input in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679514#M1482</link>
    <description>&lt;P&gt;Wonderful! Thanks for sharing the blog post so others can reference it when needed.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 12:42:25 GMT</pubDate>
    <dc:creator>Annie_K</dc:creator>
    <dc:date>2026-01-23T12:42:25Z</dc:date>
    <item>
      <title>Querying Records for Dynamic List - User Input</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1629382#M1440</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am trying to auto-populate addresses for the points collect in Quickcapture. To do this I created a dynamic list for a project user input button that queries the address feature class. I have ~1,500 records. I started running into an issue where the address I was looking for was not showing up as an option. In Quickcapture, it looks like the max count is only 1,000 records... Has anyone else experienced this or know of a way to work around it? Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zjaffe_MapIT_1-1751468019653.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/135610iCDB98FB70164EE2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zjaffe_MapIT_1-1751468019653.png" alt="zjaffe_MapIT_1-1751468019653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 14:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1629382#M1440</guid>
      <dc:creator>zjaffe_MapIT</dc:creator>
      <dc:date>2025-07-02T14:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Records for Dynamic List - User Input</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679306#M1480</link>
      <description>&lt;P&gt;Hi zjaffe_MapIT,&lt;/P&gt;&lt;P&gt;You might try increasing the maxRecordCountFactor setting for the feature layer to workaround the currently default limit of 1,000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Update the maxRecordCountFactor property from "1" to "2" via the hosted feature layer’s REST endpoint using the Update Definition tool. This change should allow all features to be queried and displayed as expected across apps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If for some reason that doesn't fix the issue for QuickCapture, I would recommend setting up a new case with Esri Tech Support for the purposes of suggesting it be added as an enhancement to a future build.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FAQ: What are the limits of the maxRecordCount and maxRecordCountFactor properties at REST?&lt;/SPAN&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-what-are-the-limits-of-the-maxrecordcount-and-maxre-000030432" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/knowledge-base/faq-what-are-the-limits-of-the-maxrecordcount-and-maxre-000030432&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Update Definition (Feature Layer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/online/update-definition-feature-layer/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/services-reference/online/update-definition-feature-layer/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679306#M1480</guid>
      <dc:creator>Annie_K</dc:creator>
      <dc:date>2026-01-22T15:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Records for Dynamic List - User Input</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679445#M1481</link>
      <description>&lt;P&gt;Hi Annie,&lt;/P&gt;&lt;P&gt;I found this blog post a while back and it worked!&amp;nbsp;&lt;A href="https://gis.stackexchange.com/questions/179017/how-to-increase-the-number-of-features-returned-by-an-arcgis-online-feature-serv" target="_blank" rel="noopener"&gt;https://gis.stackexchange.com/questions/179017/how-to-increase-the-number-of-features-returned-by-an-arcgis-online-feature-serv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 21:41:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679445#M1481</guid>
      <dc:creator>zjaffe_MapIT</dc:creator>
      <dc:date>2026-01-22T21:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Records for Dynamic List - User Input</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679514#M1482</link>
      <description>&lt;P&gt;Wonderful! Thanks for sharing the blog post so others can reference it when needed.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 12:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/querying-records-for-dynamic-list-user-input/m-p/1679514#M1482</guid>
      <dc:creator>Annie_K</dc:creator>
      <dc:date>2026-01-23T12:42:25Z</dc:date>
    </item>
  </channel>
</rss>

