Indexed Repeat

Hello everyone,

I have facing problems deploying my form. It shows me an error like this:

Unable to deploy

your form cannot be deployed because it contains errors:

ODK Validate Errors: >> Something broke the parser. See above for a hint. Error evaluating field ‘C1’ (${C1}[1]): The problem was located in Calculate expression for ${C1} XPath evaluation: type mismatch This field is repeated: ${grp_q_1_2}[1]/q_1_2_1[1];${grp_q_1_2}[2]/q_1_2_1[1] You may need to use the indexed-repeat() function to specify which value you want. Caused by: org.javarosa.xpath.XPathTypeMismatchException: The problem was located in Calculate expression for ${C1} XPath evaluation: type mismatch This field is repeated: ${grp_q_1_2}[1]/q_1_2_1[1];${grp_q_1_2}[2]/q_1_2_1[1] You may need to use the indexed-repeat() function to specify which value you want. … 11 more The following files failed validation: ${tmp577bs6n9} Result: Invalid

Appreciate if anyone can help me in this regard.

Thanks in advance!

Regards,
Rudra

Welcome to the community, @m_rudra2001! Maybe you could validate your XLSForm through the online validator to see where the source of the issue. The online validator should help you identify syntax issues.