Good morning,
I have created a form with survey123 connect and in my XLS file, I have two GPS coordinate fields. A geopoint field and a geoshape field.
After saving, I notice that I can't see the geopoint and geoshape fields in the feature layer and on the visualization map.
Can you help me?
Thanks in advance.
Solved! Go to Solution.
To achieve this I think you have to implement a repeat for the second geometry. Each feature can only have one geometry but implementing repeats allows you to have two or more related to each other.
To try this add the geopoint to the main form. Add a repeat section and put your geoshape in there. If you want to ensure one shape, than implement a constraint on the repeat limiting it to one answer. And you can use the repeat count field to ensure users add at least one shape.
To achieve this I think you have to implement a repeat for the second geometry. Each feature can only have one geometry but implementing repeats allows you to have two or more related to each other.
To try this add the geopoint to the main form. Add a repeat section and put your geoshape in there. If you want to ensure one shape, than implement a constraint on the repeat limiting it to one answer. And you can use the repeat count field to ensure users add at least one shape.
Thank you @Neal-Kittelson .