Errors
Invalid Field Type
Error
What Happened
A document template data field was expected to be a boolean but received a different type. Template conditional fields require actual boolean values, not strings or other types.
How to Fix
- Ensure boolean values are passed as actual booleans (
trueorfalse), not as strings ("true"or"false"). - Check the template definition to confirm which fields are conditional and require boolean values.
- See the Document Templates documentation for details on data field types.
Still stuck? Contact support.