repeats section is not populate with the data

413
3
Jump to solution
02-24-2022 01:49 AM
GrégoireCATINEAU
New Contributor III

Hi,

My repeats section is not populate with data, but the form posting works from Survey123 Connect.

( I want to use the repeat section in update mode.)

Should I put allowUpdates=true in the same line where is "begin repeat" in the field bind:esri:parameters ?

Is there a parcitular parameter in the Settings sheet to set or somewhere else ?

Regards.

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hi @GrégoireCATINEAU,

You also need to include the query parameter, as per the documentation. Try:

query allowUpdates=true

in the bind::esri:parameters column.

Regards,

Phil.

View solution in original post

3 Replies
PanGIS
by
Occasional Contributor III

Hi @GrégoireCATINEAU 

 

here a blog about repeats, Section:  "Repeats in the Inbox"

Survey123 Tricks of the Trade: Repeats - Esri Community

 

 

by Anonymous User
Not applicable

Hi @GrégoireCATINEAU,

You also need to include the query parameter, as per the documentation. Try:

query allowUpdates=true

in the bind::esri:parameters column.

Regards,

Phil.

GrégoireCATINEAU
New Contributor III

It's work now, thank you Philip and PanGIS