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.

The response includes a detail property with more information about this error.

How to Fix

  • Ensure boolean values are passed as actual booleans (true or false), 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.