Hello all,
I am trying to write an expression to relay in a pop up how far away a selected point (a polling location) to a specific point(a small town) in miles. I have tried several times with a distance expression but I can't seem to get it written right. I'm new to arcade, so I may not be grasping what I am missing.
var Geometry="Address_1"
var Geometry="City"
Distance("Address_1", "City", 'miles')