The form creates a row in both the Parent Table and the Related Table. I would like the Survey to create a new row in the FIAStaffLevels upon submitted survey. The issue is the survey creates a row in the SouthernRegionStateBoundary and the FIAStaffLevels.
Currently, after a survey is submitted, I have to fix the GUID in the related table(FIAStaffLevels). Then, I removed the the row from the boundary table.
Is there a setting in the connect123 to fix the issue?
Below are the applications for reference.
Thanks in Advance
Survey:
Dashboard:
https://www.arcgis.com/apps/dashboards/edcebb159ddd4462926eaa6048f83013
Solved! Go to Solution.
A survey by default will collect new data. The survey you have shared will collect a new polygon, and one or more FIAStaffLevels records in a related table.
The related records will be related to the parent record of the survey (the new polygon you have created).
What you are looking to do is collect related records against existing points. There are two ways you can do this:
So what you should do is:
Congrats, you can now add surveys against the existing boundaries.
A (dated) video showing this workflow is here:
A survey by default will collect new data. The survey you have shared will collect a new polygon, and one or more FIAStaffLevels records in a related table.
The related records will be related to the parent record of the survey (the new polygon you have created).
What you are looking to do is collect related records against existing points. There are two ways you can do this:
So what you should do is:
Congrats, you can now add surveys against the existing boundaries.
A (dated) video showing this workflow is here:
Create a custom URL from the map State Boundaries pop-up. The custom URL will launch the survey form and pass the globalid of the boundary into the hidden parentglobalid
I have a similar workflow setup using survey123 connect. My custom url generates the ParentGlobalID when I click on a point, but refuses to populate the field in related table. It works if I copy from it in from the URL perfectly.
Anyone offer any further insight? Tried everything I can find online.