Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/data_collection_kobocollect.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ To fix this, remove or correct the duplicate values in the linking field of the

<br>

<details>
<summary><strong>Repeats in ‘field-list’ groups are not supported</strong></summary>
This error occurs in KoboCollect when a repeat group is nested inside a broader group that uses the <code>field-list</code> appearance. KoboCollect does not support repeat groups inside <code>field-list</code> groups. Repeat groups must appear on their own page.
<br><br>
To resolve this issue, move the repeat group outside the main group, or remove the <code>field-list</code> appearance from the main group.
</details>

<br>

<details>
<summary><strong>Error getting form list</strong></summary>
If you see “Error getting form list” after opening <strong>Download form</strong>, first check that the KoboToolbox server URL in KoboCollect is correct. A small typo in the URL is a common cause of this error.
Expand Down
10 changes: 10 additions & 0 deletions source/repeat_groups_xls.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,13 @@ Outside a repeat group, you can retrieve data from the repeat group for use in f
| acknowledge | confirm_age | Confirm that the oldest child in the household is **${max_age}** years old. | |
| survey |

## Troubleshooting

<details>
<summary><strong>KoboCollect error: “Repeats in ‘field-list’ groups are not supported”</strong></summary>
This error occurs in KoboCollect when a repeat group is nested inside a broader group that uses the <code>field-list</code> appearance. KoboCollect does not support repeat groups inside <code>field-list</code> groups. Repeat groups must appear on their own page.
<br><br>
To resolve this issue, move the repeat group outside the main group, or remove the <code>field-list</code> appearance from the main group.
<br><br>
This issue only occurs in KoboCollect and does not affect web forms.
</details>
Loading