I'm looking to link a few surveys.
Survey 1 is used to establish a 'site' through a point on the map, some sort of 'id' for this point, and a physical address for this point.
Survey 2 is used to establish specific points at a 'site'. The first question of this survey will be a dropdown menu with the possible answers being the result of 'id' for survey one. The two need to be linked so that each point in survey 2 carries with it the address and 'id' from the first survey.
Survey 3 is used to collect data about points from survey 2. Similarly, the first question of this survey will be a dropdown menu with the possible answers being the result of the second survey. The same fields from survey 1 should be carried through as well as the georeferenced point and some other fields from survey 2.
Survey 1: 'ID', 'address'
-> Survey 2: georeferenced point, 'point ID'
-> Survey 3: data about 'point ID'
What's the workflow for something like this? Can you provide any previous examples of documentation that would be relevant?
All The Best,
GJH
Why not just use the Inbox? Would make this much easier. You can directly link two surveys together.
And I have no idea what your schema or business-case is, but I will at least mention this on the off chance you don't currently know: You can achieve this functionality within a single survey using repeats.
If you are set on that workflow and no Inbox, you just need to pass along the OID fro Survey 1 to Survey 2 and 3. There are a few ways to do that (e.g., Web Map, Field Maps, Flows, or maybe a dropdown/pulldata(@layer)). Hard to say what is best.