laptop and a wrench

Bug

The ArcGIS Survey123 web app returns 'null' as a string from the attributes of a JSON output of a feature layer query.

ArcGIS Survey123
Bug ID Number BUG-000157908
SubmittedApril 28, 2023
Last ModifiedOctober 25, 2024
Applies toArcGIS Survey123
Version found3.17
Operating SystemWindows OS
Operating System Version11.0
StatusIn Review

Workaround

Add another condition to the visible expression to show the question if those attributes are null or if the string length is less than 1. For example:

 

  • Current expression: string-length(pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022"))<1
  • Updated expression: pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022")="null" or string-length(pulldata("@json", ${projekt_json}, "attributes.ist_planung_oktober_2022"))<1

Steps to Reproduce

Bug ID: BUG-000157908

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