We have the Inbox enabled on our Survey123 forms, but when viewed through the Inbox, the repeats show empty / blank. The forms were all built in Survey123 Connect, and have been tested on desktop and mobile devices.
Inbox enabled in Connect
The forms contain nested repeats, and where begin repeat occurs, query allowUpdates=true is set within bind::esri:parameters. The repeat data are missing when opened in the Inbox in both View and Edit modes. Images below show the survey repeats from the Inbox in View and Edit modes respectively. The repeats were submitted originally with data, but are blank in the Inbox. Checking via the survey123 website and the feature service, the repeat data to exist. They are just not accessible via the Inbox.
Repeat viewed from Inbox in View mode
Repeat viewed from Inbox in Edit mode
One of the repeats has minimal appearance, and all of them are controlled by relevant statements. Could the relevant statements be the cause here?
Hi. Repeat records are not downloaded into the Inbox unless you specifically ask for it.
Set the bind::esri:parameters value for your repeat to query and all repeat records will be downloaded. Do the same in your nested repeats if you like.
The query parameter can be refined. For example, you could say query="severity='high'" You can also use other parameter such as allowUpdates to control if records from the repeat can be updated or not.
Check this help topic for details: https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm#ESRI_SECTION1_80CFF...
Hi @IsmaelChivite ,
As stated in my original post above, query allowUpdates=true is already specified in the repeat and nested repeat, but the repeat data are still not being returned in Inbox.
Hi,
I'm having the same issue. I set the bind::esri::parameters to query for the repeat and the related data is still not being returned in the inbox. Is there any reason for this?
Thanks,
Hayleigh
Hi,
I have a similar issue. I set the bind::esri::parameters to query allowUpdates=true for the repeat data and all data is returned in inbox except text field. Text field is empty in Survey123 but it is in database.
Thanks,
Tomislav
Hi! Two years later and I am having this same issue. Did you ever figure out a fix? Thanks! I have bind::esri:parameters set to allowUpdates = true, but I'm still seeing empty data in the inbox for the repeat tables. Main data table info is there.
Please try including both the query and allowUpdates = true in the same field
This should resolve your issue
I was having the same issue as the OP and this solved it for me. Thank you!