Hello, this is a continuation of a previous query I had posted earlier.
I am trying to update 3 fields based on the input in the repeat section. While resolution_status_latest and resolution_last_update is correctly displaying values from the repeat records, the resolution_last_officer is not updating.
When I open the repeat record in the Survey123 app, it does not show the value that was selected in code_officer when the repeat record was created.
Any help would be appreciated.
Thanks!
Solved! Go to Solution.
Can you see please share the xlsform
Need to see the lists
@DougBrowning and @ChristopherCounsell I am attaching the xlsform. Thanks for all your help!
Not seeing much except you just have query in the begin repeat line and not query allowUpdates=true
I would also try matching the name and label no reason to have one lower and one upper as it will drive you nuts.
Thanks @DougBrowning. I talked to an Esri technician today and we tested the issue on various Survey123 platforms (desktop, web and mobile app) and the problem only appears on the mobile app. So, at this point, there seem to be no problem with the xlsform, only the mobile android app.
Ok long shot try taking all the / out of your choices.
Just got this resolved with help from Esri tech support. What finally worked (though we are not sure why given that resolution_status_latest and resolution_last_update updated without any problems) is the following:
for resolution_steps, changed bind::esri:parameters from query to query allowupdates=true
Hope this helps others in the future. Thanks for all your help @DougBrowning and @ChristopherCounsell!