Is it possible to use arcade to calculate your current location in a related table?
Essentially I want to use the geometry function to pull the device's location into a related table. I've done some testing and the current geometry functions in arcade are returning null values. Which makes sense because the related table doesn't "have" geometry.
Scenario:
For example, if we have a stream location that we always sample stream flow at, but some times when the site is visited the actual sample location may be up or down stream of official access site. So essentially, we want to store the actual sampled location in our related table in X/Y format, but not create a point at the location i.e the main sample access point stays put BUT the location of the sample varies. We don't really need the point location for display on field maps or in our web map.
Wasn't sure if this functionality was possible in a related table?
Basically some way to pull the device location into an attribute field in a related table.