Hi, We have recently published the data with point and polygon together as webmap for QuickCapture. I need to update the integer field value as a random number generator and it should be Unique . I created Rel_GlobalID field to maintain relationship between point within the polygon. in polygon feature class, If point is within the polygon, I am updating the point feature GlobalID in the polygon feature of Rel_GlobalID, otherwise updating null value to it. I am doing with SQL triggers. to maintain consistency, Can we do same thing in arcade or some other functionality to achieve this.