I have a web mapping application that uses and Arcade expression for pop-ups. The expression basically looks like this:
if (
($feature.Problem == 'CP-CHILD PROTECTION') ||
($feature.Problem == 'RUN-RUNAWAY') ||
($feature.Problem == 'TRBKID - JUVENILE OFFENSE') ||
($feature.Problem == 'TRTOP-TRT CALLOUT') ||
return "Sensitive"
}
else {
return $feature.Problem
}
The expression works property when I view the web map via a web browser on my desktop, but it doesn't work on a mobile device when using the Explorer app or the 'classic' Collector app. Is this just and expected limitation of those apps?
Solved! Go to Solution.
The next release of Explorer on Android and IOS will support arcade expression.
Current Esri apps Navigator, Explorer for ArcGIS (Windows) and Collector (newest) support arcade expressions
Hi Matt Goodman ,
The classic Collector does not have support for Arcade as for as I know and neither does Explorer (in iOS nor in Android), so it would be better to use the new Collector (Aurora).
The next release of Explorer on Android and IOS will support arcade expression.
Current Esri apps Navigator, Explorer for ArcGIS (Windows) and Collector (newest) support arcade expressions
Is there any information on when this release is likely to be?
Mark Bockenhauer was this update released? I have some arcade expressions that are pulling data from other layers. Would this be supported? Those expressions don't seem to be populating.
We need to get into specifics, IOS, Android, Windows... and the specific expression... but also to really get on top of this we should look at what happens with your map in Field Maps, which is currently in beta. All Explorer and Collector workflows are going into this app. This is where we will work to address any issues that you have with Explorer or Collector.
Mark