Hey everyone, I am stuck trying to figure out the best path forward for a particular nested repeat inspection workflow I have:
Basically, there are "MasterSites" (geopoint), each master site can have several "Subsites" (nested geopoint), and then each subsite can have several "Visits/Inspections" (nested table within subsites).
- MasterSite (fields containing general master site info, geopoint)
- Subsite (fields containing general subsite info, geopoint)
- Visit/Inspection (inspection table)

Here are the workflows I'm trying to accomplish using a Field Maps with Survey123 integration
1) User can click on the map and create a new MasterSite > Subsite > Inspection
2) User can click on an existing MasterSite displayed on the map and add a new Subsite and inspection related to that MasterSite. The fields and location data pertaining to the MasterSite would be auto-populated in the survey and only the Subsite and inspection related fields would be shown.
3) User can click on an existing Subsite and add a new inspection. The fields and location data pertaining to the MasterSite and the Subsite would auto-populate and ideally ONLY the inspection questions would be displayed.
If any of you have any suggestions on how to accomplish this workflow using FieldMaps and Survey123 integration, I would greatly appreciate it! I have the Survey with the schema described above already created. Thanks for any help or suggestions!