Hi,
I am trying to develop an attribute rule to delete the association between a point feature and a line feature when the point does not intersect with the line, but I have reviewed the page - Attribute rule dictionary keywords and haven't found this capacity of Arcade. Does it have another way to do it by arcade?
Regards.
Dear, BlazeSi
Did you find a solution to this problem?
Yes
return { 'edit': [{ 'className': '^UN_Association', 'deletes': [{ 'objectID': 22 }] }] }
Thanks