Errors

Cannot Populate Template

Error

What Happened

The data could not be applied to the template. This often happens when there are missing field values in the data property of the Document resource.

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

How to Fix

  • Check the detail property in the error response to identify which field is missing or mismatched.
  • Make sure that all variable fields in the template (placeholders, conditionals, etc.) have corresponding entries in the document’s data property.
  • Field names are case-sensitive. Verify that names in the template exactly match the keys in the data property.
  • If using conditionals, ensure the conditional values are the expected type (for example, a boolean true rather than a string "true").

  Still stuck? Contact support.