Hi, I am preparing an immediate calculation rule that does both insert and update Polygon layer based on attributes from a table layer.
What I am trying to make happen is just when a new record is created in a table, a new polygon feature is also created based on filtered attributes from table. Here, a geometry for the new feature will also rely on the filtered result, i.e. use the polygon geometry. The code that I prepared for the purpose unfortunately ended up with an error, saying "Field not found Shape". There is a "Shape" field in the polygon layer certainly; thus, I am stuck with this at the moment.
Much appreciated if someone knows what the wrong with my code is.
Thanks in advance for any ideas