Survey123 Feature Report Template parse error

331
1
08-12-2019 05:38 PM
AndyHodren
New Contributor

I have a feature report template for a Survey123 form that uses the following syntax to create a checkbox for select_one type questions:

${select_one|selected”option”} Label / Text

The error message I received was:

Failed to parse ${select_one|selected”option”}.

This syntax has worked in the past but stopped working around the time of the latest update, so I assume something has been changed.  I have tried with different questions etc, so it is not a typo error or anything.  The format that used to work correctly no longer works.

This is the outcome I am looking for:

Apologies for having to black everything out, need to protect the privacy of the survey owner.

Thanks for any response.

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Andy,

The format for a selected option is

${fieldName | selected:"code_value"}

Note the colon after selected

0 Kudos