I’m using Survey123 with a pulldata function to automatically populate a parcel geocoder text attribute based on an ArcGIS Online parcel polygon. If the geopoint intersects with the polygon, the geocoder text field is filled in. If not, users can manually search and populate the parcel information.
However, I’m experiencing inconsistent behavior with desktop browsers. The parcel text box sometimes populates correctly, but other times it remains blank, even though an embedded link (based on a concatenated parcel ID text box value and website address) appears correctly. This issue does not occur on mobile browsers where the form works as expected.
Initially, I tried using a CSV file for parcel info, but it was slow and cumbersome on mobile. I need an automatic way to fill out parcel information to minimize errors, and ensure that if the map isn’t used, the parcel data remains searchable.
Any advice on resolving these desktop inconsistencies?