Greetings from Central New York! I have a feature with over 6,000 existing bus stops over a 5 county area. I am using Field Maps to display the stops and Survey123 to conduct an inventory/evaluation. I have two repeats (Bus Stop Repair and Shelter Evaluation). I am launching Survey123 from the Field Maps Pop Up with this code provided by my Solution Engineer :
<figure>
<table style="border-collapse:separate;border-spacing:6px 0px;margin-left:auto;margin-right:auto;table-layout:fixed;">
<tbody>
<tr>
<td style="background-color:#0070C0;width:200px;word-wrap:break-word;">
<a href="arcgis-survey123://?itemID=204ad266d65a40dba0f283bccd612f1d&action=edit&folder=overview&update=true&filter=globalId:{GlobalID} &callback=https://fieldmaps.arcgis.app" rel="nofollow ugc noopener noreferrer" style="color:#ffffff;display:block;padding:8px;text-align:center;text-decoration:none;" target="_blank">Inspect Bus Stop</a>
</td>
</tr>
</tbody>
</table><br />Click the button above to review and update current stop information.
</figure>
The link works; however, it is slowly loading the max 5,000 records through the Inbox before bringing up the survey I want (sometimes it doesn't find the survey). I can see that I am in the Overview window in Survey123, but the message on the screen is 'Adding rows to Inbox:' with the number increasing in 1,000 increments. Is there a way to have just the records showing in the app window in Field Maps pass through to Survey123, to limit the number of surveys it is trying to load?
As a stop gap, I added a Where clause in the Survey to just give me City = Syracuse from my feature. This is over 2,000 stops and will load them to the Inbox every time. This is still too slow and requires me to edit the Where clause every time the app is going to be used in another location.
I have tried omitting Field Maps, but I can't symbolize the Overview Map in Survey123 like Field Maps (stops, flag stops, shelters). We are not assigning which stops need to be inventoried. The Operations Supervisors need to be able to respond to calls or do an inventory on the fly in the field. Field Maps works great for showing them where they are on the map, allowing them to search for a specific stop, and get directions as needed.
Any ideas on how I can overcome this issue? I can provide more details if needed. Thank you in advance, Paula