this code was working fine till last weeks AGOL update, any ideas?
if ( IsEmpty($feature.Address)){
var pc = Intersects($feature,FeatureSetByName($map,"Address Point - MPRN"))
var fpc = First(pc)
return fpc["location_desc"]
}
else {
return $feature.Address
}
