Nested Repeats Not Working in Inbox

712
4
05-26-2021 01:52 PM
by Anonymous User
Not applicable

I am having an issue with retrieving information from nested repeats in the Inbox for a Survey123 form (xlsx file attached).

When retrieving a record from the Inbox, it only displays the first level of the repeat; subsequent repeats within that first repeat are blank. I have set the bind::esri::parameters column to "query allow Updates=true" for all of the nested repeats.

I searched through similar topics and posts, but have not seen anyone else have this specific problem. Any insight is appreciated. Please let me know if any other information is needed. Thanks!

Tags (2)
0 Kudos
4 Replies
JulianHeilman
New Contributor
I found that adding

query=1=1 allowUpdates=true

in the bind::esri:parameters column allowed for nested repeats to be updated from the Inbox. (JUst don't ask me what that does...)
0 Kudos
by Anonymous User
Not applicable

Thanks for your reply, Julian. I tried "query=1=1 allowUpdates=true" in the bind::esri::parameters column for the first level repeat and all nested repeats, but the issue still persists. All nested repeats are blank.

0 Kudos
DougBrowning
MVP Esteemed Contributor

Could be caused by having a field name too long.  That is what the green mark is telling you.  That often means 123 can handle it but AGOL cannot.

DougBrowning_0-1622125073639.png

Also it seems to be using a Type that is not in the drop down list.

DougBrowning_1-1622125200757.png

I am guessing you pulled from an existing service?

Hope that does it.  Can't ignore those little green guys.

0 Kudos
by Anonymous User
Not applicable

Yes, I created the form from an existing service published from ArcPro.

I have renamed the field for that first question (in both the form and feature service) and removed the "esriFieldTypePolygonZ" from the bind::esri::fieldType column. There doesn't seem to be a proper choice for a polygon field type, so I left it blank. The Inbox still pulls in the correct info for the record and first level repeat, but it is no longer showing the shape preview for that question. Nested repeats are still blank.

MDelCiello_0-1622129644307.png

 

0 Kudos