Hello,
I would like to create a simple arcade expression for a point layer (with a join) in map viewer (portal). The pop-up currently links to Survey123 and shows a photo attachment. I would like to also display some text, but only for a specific point. My expression runs in the New Expression editor but when I click on the point in the map, the text does not appear. I also get an error (Error code: 7018) in the field maps app. The field I am referencing is a text field and my expression is as follows:
if ($feature.stop_id == '00627'){
return "pile to the East"}
else {return ""}
Solved! Go to Solution.
This worked for me Problem: Fields Are Not Displayed in ArcGIS Field Maps