Select to view content in your preferred language

Survey123 Report Error: An error occurred when checking the report template. The end tag ${/} is unopened.

292
3
02-20-2025 01:12 PM
Bryan_Wade
Frequent Contributor

I am working on a report for Survey123. I keep getting this error:  Error: An error occurred when checking the report template. The end tag ${/} is unopened.

I have tried placing the repeat in various places of the table. The questions that repeat in my survey are the fields under incident information and before DSR in the template. 

Any assistance would be appreciated.

0 Kudos
3 Replies
abureaux
MVP Frequent Contributor

Your opening and closing tags are unballanced.

This isn't connected to anything:

abureaux_0-1740151592657.png

Delete that final tag and try again.

0 Kudos
Bryan_Wade
Frequent Contributor

When I delete that out all of the fields that are part of the repeats error out as not able to parse. All of the field names are correct. It appears that the repeat is causing the issue

0 Kudos
abureaux
MVP Frequent Contributor

Where is the repeat start tag? I don't see any. And Searching for '#' returns no results.

If you have a repeat, you need to start it with ${#repeat_name}

0 Kudos