laptop and a wrench

Bug

A survey form fails to initialize in the ArcGIS Survey123 web app when the pulldata() function is used in conjunction with the '+' operator.

Last Published: October 21, 2022 ArcGIS Survey123
Bug ID Number BUG-000151980
SubmittedAugust 30, 2022
Last ModifiedJune 5, 2024
Applies toArcGIS Survey123
Version found3.15
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusDuplicate

Workaround

  1. Use the ArcGIS Survey123 Field App to submit the survey.
  2. Use the pulldata() function to pull the latitude and longitude values into the two separate questions and then use the concat() function with these values for the calculation of the geopoint question:
  • Calculation for Latitude: pulldata('Intersections', 'Lat', 'IntersectionID', ${intersects})
  • Calculation for Longitude: pulldata('Intersections', 'Long', 'IntersectionID', ${intersects})
  • Calculation for Geopoint: concat(number(${Latitude}),' ',number(${Longitude}))

Steps to Reproduce

Bug ID: BUG-000151980

Software:

  • ArcGIS Survey123

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options