Errors previewing form/deploying Kobo survey tools

I have created several survey tools in Kobo and I am experiencing two issues specifically previewing the forms and deploying. The errors I am getting is as below:

Previewing: There has been a problem trying to replace ${} with the XPath to the survey element named ‘’. There is no survey element with this name.

Deploying: There has been a problem trying to replace ${} with the XPath to the survey element named ‘’. There is no survey element with this name.

Kindly assist, as I have tried to look keenly for the " element in my questions yet I cannot find anything.

Welcome to the community, @perigee254! These community posts discussed previously should help you solve your issue.

Besides, you could also check your xlsform with this online validator to see if there are any syntax issues within your xlsform.

aaE9PrBxrDityePxCLEdoX.xlsx (20.6 KB)

Here is the xls form, I cant seem to find where the issue is. It is still persisting.

Greetings @perigee254 - maybe check the ‘relevant’ rule for question C2a - you need to specify what should equal 1 and what should equal 2. All the best!

${} = ‘1’ and ${} = ‘2’

1 Like

Thank you nat for fleshing that out for me.

It has worked.

This is how I replaced it:

${C2_How_satisfied_ar_Commission_over_time} = ‘1’ and ${C2_How_satisfied_ar_Commission_over_time} = ‘2’

Re-uploading the XLS form back it deployed okay.

Thank you :folded_hands:

1 Like