Hi, I am trying to create an arcade code for immediate calculation to generate a geometry feature.
I have managed to create a code for updating the attributes of a Polygon feature class when there is a change in the attributes of a Table feature class. For the insert action, I have used a filter function to join the two feature classes and then employed a Geometry function to create a new feature's geometry. However, the code for the insert action does not work for some reason. I have been investigating a workaround, but I haven't had any luck yet.
Greatly appreciate it if anyone could point out what I am doing wrong.