Select to view content in your preferred language

some fields in repeat records not saving

707
15
Jump to solution
08-18-2025 11:29 AM
dsinha
by
Frequent Contributor

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. 

dsinha_0-1755540974570.png

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.

dsinha_1-1755541733597.png

Any help would be appreciated.

Thanks!

0 Kudos
15 Replies
ChristopherCounsell
MVP Frequent Contributor

Can you see please share the xlsform 

Need to see the lists

0 Kudos
dsinha
by
Frequent Contributor

@DougBrowning and @ChristopherCounsell I am attaching the xlsform. Thanks for all your help!

0 Kudos
DougBrowning
MVP Esteemed Contributor

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.

0 Kudos
dsinha
by
Frequent Contributor

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.

0 Kudos
DougBrowning
MVP Esteemed Contributor

Ok long shot try taking all the / out of your choices.

0 Kudos
dsinha
by
Frequent Contributor

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!

0 Kudos