Select to view content in your preferred language

Querying Records for Dynamic List - User Input

485
3
Jump to solution
07-02-2025 07:54 AM
zjaffe_MapIT
Regular Contributor

Hi There,

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!

zjaffe_MapIT_1-1751468019653.png

 

0 Kudos
1 Solution

Accepted Solutions
zjaffe_MapIT
Regular Contributor
3 Replies
Annie_K
Esri Contributor

Hi zjaffe_MapIT,

You might try increasing the maxRecordCountFactor setting for the feature layer to workaround the currently default limit of 1,000. 

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.

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.


Documentation:
FAQ: What are the limits of the maxRecordCount and maxRecordCountFactor properties at REST?https://support.esri.com/en-us/knowledge-base/faq-what-are-the-limits-of-the-maxrecordcount-and-maxr...

Update Definition (Feature Layer)
https://developers.arcgis.com/rest/services-reference/online/update-definition-feature-layer/

0 Kudos
zjaffe_MapIT
Regular Contributor
Annie_K
Esri Contributor

Wonderful! Thanks for sharing the blog post so others can reference it when needed.

0 Kudos