Select to view content in your preferred language

repeats section is not populate with the data

515
3
Jump to solution
02-24-2022 01:49 AM
GrégoireC
Occasional Contributor

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égoireC,

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
Regular Contributor

Hi @GrégoireC 

 

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égoireC,

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égoireC
Occasional Contributor

It's work now, thank you Philip and PanGIS