Description
While using Survey123 Connect, the feature layer data is updated in the form, but the data from the related tables is not. As a result, the user is unable to update the related table data in the Survey123 form.
Cause
- Survey123 uses a GlobalID-based relationship to connect parent and related records. If this relationship is broken or misconfigured in the feature service or geodatabase, related records will not appear.
- Survey not configured to load related records: The bind::esri:parameters column should include a query if you want related records to be loaded when editing.
- Feature layer is not editable or lacks permissions
Solution or Workaround
- Update the bind::esri:parameters column with the parameter query allowUpdates=true.
- Republish the survey.
The related table data is now updated in the Survey123 form.