PROBLEM
In ArcGIS Survey123 Connect, when the Inbox option is enabled, the inbox in the ArcGIS Survey123 field app can be set to allow viewing and editing. However, when the 'Allow inbox surveys to be viewed' and 'Allow inbox surveys to be edited' options are toggled on, some of the previously recorded fields are not displayed for viewing and editing in the inbox. When the Edit option is selected, only new records can be added to the affected fields.
Select one of the options below to ensure all previously recorded fields are displayed in the ArcGIS Survey123 field app Inbox.
Specify the query in the bind::esri:parameters column for repeat questions
To change the default behavior of a repeat field, specify the expression below in the bind::esri:parameters column. Refer to ArcGIS Survey123: Repeats for more information.
query allowUpdates=True
A survey can have a repeat with multiple nested repeats; the expression must be set for all begin repeat rows, in the bind::esri:parameter column, not just for the parent repeat. Not specifying the expression for the parent repeat causes the issue to occur in all repeat questions even if the expression is already specified for the nested repeat questions.
Specify the question visibility expression in the body::esri:visible column
To display the field with a question visibility setting in the field app inbox, specify the expression below in the body::esri:visible column instead of the relevant column. In this example, selected(${environment},'indoor') is used.
selected(${},'')
When a recorded field is edited with this visibility setting and the edited answer does not comply with the body::esri:visible rule, the question with the previously recorded answer is hidden from the inbox view. However, the record is still retained on the Data tab of the ArcGIS Survey123 website. This could lead to incoherent records if the previously recorded data for the hidden question is no longer needed after an edit. To remove the previously recorded data when using the body::esri:visible column, manually delete the recorded answer from the question with the visibility setting in the inbox before resending the edited record.
Article ID: 000032579
Get help from ArcGIS experts
Download the Esri Support App