laptop and a wrench

Bug

Attribute expression with StreetView opens a blank web-page when accessed through ArcGIS Collector.

Last Published: December 1, 2020 ArcGIS Collector
Bug ID Number BUG-000127546
SubmittedDecember 20, 2019
Last ModifiedJanuary 9, 2026
Applies toArcGIS Collector
Version found19.2.0
Operating SystemApple iOS
Operating System Version13.0x
StatusWill Not Be Addressed

Additional Information

This is as designed in ArcGIS Collector given how the Arcade expression is written. When working with a basemap where spatial reference includes references to both a well-known ID (WKID) as well as a latestWkid, both numbers should be referenced within the Arcade expression. This helps ensures both ArcGIS Online as well as the app can allow the expression to work as expected. For the referenced expression, modify the following line: } else if (ArcadeSr == 102100) { to: } else if (ArcadeSr == 3857 || ArcadeSr == 102100) { This allows the expression to support web maps that use Esri basemaps that have a well-known ID (WKID) of 102100 as well as a latestWkid of 3857.

Steps to Reproduce

Bug ID: BUG-000127546

Software:

  • ArcGIS Collector

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