config limited survey123

282
1
Jump to solution
01-26-2021 02:22 PM
PedroReis
New Contributor II

I have a question about a link in survey123 connect. I have a question where the answer is type integer; after, i have a type begin repeat and i would like to limit the number of open tabs according to the integer response. It's possible?

0 Kudos
1 Solution

Accepted Solutions
IsmaelChivite
Esri Notable Contributor

Hi @PedroReis  You can use the repeat_count column to define how many records should be added to your repeat. For example

table.png

 

See the Restrict the number of repeat records section at https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm and the Repeat count section at: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-repeats/ba-p/89804...

When repeat_count is used, Survey123 will create rows in your repeat. If the user does not complete information in these row, empty records will be added when you submit.

You can use required fields and constraints if you want to ensure all repeat records are completed.

View solution in original post

1 Reply
IsmaelChivite
Esri Notable Contributor

Hi @PedroReis  You can use the repeat_count column to define how many records should be added to your repeat. For example

table.png

 

See the Restrict the number of repeat records section at https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm and the Repeat count section at: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-repeats/ba-p/89804...

When repeat_count is used, Survey123 will create rows in your repeat. If the user does not complete information in these row, empty records will be added when you submit.

You can use required fields and constraints if you want to ensure all repeat records are completed.