I would like to use an arcade expression for a popup window and use 2 different layers. The main layer I'm using is tax parcel layer where I'll show:
Parcel #: {PARCELID}
Owner: {OWNERNME1}
I have those 3 fields with no issue for the popup. Issue I have is trying to add a field from a CAUV layer that gives the land-use name using arcade expression. What would be the expression I would use to add the CAUV land-use name/field from a map layer to my tax parcel pop-up?
This is the result I would like to have:
Parcel #: {PARCELID}
Owner: {OWNERNME1}
LandUse:(this coming from a different layer within the map)
Any help would be greatly appreciated! Thank you