Field users capture a point, line, or polygon feature as part of a site visit. But, if they re-open a site visit survey for edit from the Outbox, the geometry feature is not present. See the images below for an illustration of the situation.
The OriginalDataEntry.jpg image illustrates the situation just before the user submits the site visit to the Outbox. In this example, a line feature has been captured.
The EditFromOutbox.jpg image illustrates that the line feature is missing when that survey is re-opened for edit from the Outbox.
Why aren't the geometries persisting when a submitted survey is opened for edit from the Outbox??
I'm using Version 3.14.242, and the geometries are captured as repeats nested within another repeat. The geometry widgets are exposed when users select a shape type in a prior question.
begin repeat
begin group
.
.
.
end group
begin repeat
geopoint
end repeat
begin repeat
geotrace
end repeat
begin repeat
geoshape
end repeat
.
.
.
end repeat