I am using Field maps to collect geometries. With the popups in the WebMap we created a link from the Field Map Apps to Survey123 where a survey can be filled out as described here: https://doc.arcgis.com/de/survey123/reference/integratewithotherapps.htm
This is working fine so far. But for every geometry there is the possibility to fill out multiple surveys. This would be a one-to-many-relationship (1:n) . So there can be many surveys for one single geometry.
I would like to implement a one-to-one-relationship (1:1). Meaning for one geometry only one survey can be filled out. Is there a way to achieve this behaviour?