Select to view content in your preferred language

arcade expression in Field Maps pop-ups

1331
10
Jump to solution
01-07-2026 09:55 AM
SarahRijneke
Frequent Contributor

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 ""}

 

0 Kudos
10 Replies
SarahRijneke
Frequent Contributor