We have been using query allowUpdates=true in our surveys to allow repeats to be viewed and edited via the Inbox. However, we have recently noticed that this is no longer working. Now when viewing the surveys in the Inbox, none of the repeats show. The survey contains nested repeats.
A simplified example of the form structure is as follows:
type | name | label | appearance | relevant | bind::esri:parameters |
select_one yesno | SurveyPossible | Are you able to carry out a survey? | |||
begin repeat | Records | Add a record | minimal | ${SurveyPossible}='yes' | query allowUpdates=true |
time | RecordTime | Record time | |||
select_one RefStatus | RefStatus | status | |||
begin repeat | Sightings | Record details | ${RefStatus} != 'ARNF' and ${RefStatus} != 'ARNC' | query allowUpdates=true | |
select_one_external Species | Species | Species | autocomplete | ||
end repeat | |||||
end repeat |
I have tested the following to see if it fixes the issue, but none of these steps have fixed it:
The latest version of the form was published from Connect 3.12.232, and tested in the Survey123 field app 3.12.277 (Windows x 64 and Android phone).
@Anonymous User @JamesTedrick
Any help in resolving this is greatly appreciated.
Hello @DataOfficer,
I've tested on my end with the sample form structure from above and I am not able to reproduce the same behavior. If you publish a new test survey using the form structure above are you able to reproduce the same behavior?
Thank you,
Zach
Hello Zach,
Thanks for your reply. I've just tested a new form using the pared down example I gave and it is working (though interestingly I'm now experiencing some other issues with the Windows x64 install of the field app version 3.12.277 where it the 'Send now'/'Continue this survey'/'Save in Drafts' window hangs and doesn't work - working on my android phone though).
However my full form still doesn't show any of the repeats when viewed from the Inbox. The full form is >500 rows long and uses the 'theme-grid pages' style if that is likely to be having any effect?
Many thanks,
Rob