I'm working with a feature layer and a separate table that have a column in common (many to one relationship). The feature layer common field name is PropName and the table field name is GIS_PropName. I'm attempting to use FeatureSets to get the value of a second field called WMAName using Arcade. I can get as far as the below but when I change the last line to:
return target.WMAName;
I get the following error. Execution Error:Runtime Error: Cannot call member property on object of this type. WMAName
