Hello,
I am unsure why my following code isn't working.
-----
var related = FeatureSetByRelationshipName($feature, "ACProductsGroundwaterSamplingPoints_ACProductsQuarterlySurveyForm")
return first(related)['WellID']
-----
I am trying to calculate a field in the child table based on the value in the parent table, but it's throwing an error.
Thanks!