Hi,
i got two Feature Layers in my ArcGIS Online Subscription. One Layer got Point geometries and will grow constantly and the other one depends on static Polygon geometries. The point geometries should be expanded with attributes of the geometry layer if the point is in a specific geometry. I could use the join_features function but my script should run periodically and should only go through the newly added features. Is there a way to do that?