Bird Survey Navigate to Past Survey Points and use Arcade to autopopulate site code

336
1
02-01-2023 10:23 AM
SarahGodfrey123
New Contributor

Hi, I am setting up a FieldMaps using the Smartform to help field biologists return to past bird survey locations so that they can capture new points and associated ecological information. Is it possible to set up a field in the old survey data that allows this (similar to revisiting a fire hydrant and updating the point with all new attribute information)? How can I set up the site code to auto populate based on that previous survey point data? Thank you!

0 Kudos
1 Reply
TravisSizemore
Occasional Contributor

Hi Sarah, 

We do something similar to this with our bird monitoring. We have a Survey polygon layer, and when the user creates features within the polygon (points, lines, polygons), we use an intersection function within a python script to generate keys for all the overlapping features. Relationship classes created in Pro before we published the feature service then automatically create relationships based on those keys. You could also create keys automatically using a GlobalID and GUID fields within your relationship classes origin and foreign keys. We like the python method because it skips the step of a user having to click on the Survey plot first in order to add related data to it. Our parent Survey layer is static and is created at the beginning of the field season, but you could have a parent layer that is created on the fly by your biologists as well. Once you have a relationship class for a feature, you can experiment with contingent values within Field Maps to populate other features or use python to populate attributes. Let me know if you need more detail on any of this. 

Good luck!

Travis

0 Kudos