The following is the list of errors you may experience in the validator when using the Checkbox Word Add-In.
Note: Error detection for e-signature tags is not yet supported in the validator of the Checkbox Word Add-In.
Error | Relevant Tags | Example Message | Meaning |
---|---|---|---|
Unclosed tag | Variable tags, Rule tags |
Unclosed tag: The tag beginning with "{{example}" is unclosed | The variable or rule tag is missing a curly bracket(s) on the end to close the tag |
Unclosed loop (condition) | Condition Rule tags |
Unclosed loop: The loop with tag "AUS=="Yes" is unclosed |
The closing curly brackets in the condition rule tag is missing a “/” i.e. {{}} instead of {{/}} |
Syntax Error (Condition placeholder) | Condition Rule tag |
Syntax Error: Token 'condition' is an unexpected token at column 9 of the expression [ insert condition ] starting at [condition ] | The condition placeholder has not been replaced by a condition |
Lexer Error (missing quotation mark) | Condition Rule tag |
Lexer Error: Unterminated quote at columns 6-10 ["Yes] in expression [ AUS=="Yes] | A quotation mark is missing in the specified condition |
Lexer Error (quotation mark type) | Condition Rule tag |
Lexer Error: Unexpected next character at columns 6-6 [“] in expression [ AUS==“Yes”] | smart quotation marks and need to be converted to straight quotation marks. See article here to convert. Despite the validator classifying this as an error, the document will still work as intended when uploaded to a Doc Gen block |
Unmatched variables in loop condition | Loop Rule tag |
Closing tag does not match opening tag: The tag "LIST12" is closed by the tag "LIST11" | The LIST variables in the loop condition are incongruent |
Unopened loop | Loop or Condition Rule tag |
Unopened loop: The loop with tag "LIST11" is unopened OR Unopened loop: The loop with tag "" is unopened |
There is a syntax error at the beginning of the loop condition OR The condition tag is missing, ensure there is no missing hashtag (#) |
Unclosed loop | Loop Rule tag |
Unclosed loop: The loop with tag "LIST12" is unclosed | There is a syntax error at the end of the loop condition |
Invalid variable tag | Variable tags, Rule tags |
{{PARA12}} is invalid variable name | The variable tag identified from the document does not exist in the connected App |
Unopened tag |
Variable tags, |
Unopened tag: The tag beginning with "PARA11" is unopened | The variable or rule tag is missing a curly bracket(s) at the beginning to enclose the tag |