Help Center
Go to siteOpen app
  • Help Center
  • Welcome to the Help Center!
  • Guides
    • Designing a Basic Template from Scratch
    • Adding Variables
    • e-signatures with SignNow
    • How to create Tables
  • Templates
    • What's a template?
    • Page Elements
      • Layout Elements
      • Content Elements
      • Conditional Logic
      • Repeating Elements
    • Settings
    • Headers & Footers
    • Data and Variables
      • Syntax
      • Data Types
      • Formatting
      • Functions
        • $calc (beta)
      • Operators
    • Template Designer v2 (Beta)
      • Connections
        • Airtable Connection
        • HubSpot (Coming Soon)
      • Fields Editor
      • Tokens
      • Coming soon
  • Documents
    • What is a Document?
    • Minted Documents
  • Additional Resources
    • How-To Videos
      • Formatting Variables
      • Airtable Integrations
      • Airtable Data and Variables Videos
      • How to add variable images from your Airtable attachments
      • How to filter items in your Documents
      • How to group items in your Documents
      • Signing Documents with SignNow and Zapier
      • Add charts to your Documents with QuickChart.io
      • Add a Word Cloud chart to your Documents with QuickChart.io
      • Using Make.com (Integromat) to create line items in your documents
      • How to QR codes to your documents with QuickChart.io
      • How to add a progress chart to your documents with QuickChart.io
      • How to connect your Documint account using API keys
      • How to connect your Documint account to Airtable using your Personal Access Token (PAT)
    • Glossary
    • Frequently Asked Questions
    • Troubleshooting
  • Integrations
    • HubSpot
      • Installing the Documint app
      • Connecting your Documint account
      • Navigating the Documint App
      • Working with Custom Object Data
      • Adding HubSpot Properties to Your Template
      • Generating Your documents
      • Using Quick-Create
      • Using Workflows to Create Your Documents
      • Troubleshooting the Documint App
      • Uninstalling the Documint App
    • Airtable
      • Add your Airtable Personal Access Token
      • Airtable Extension
      • Generation Link
      • Automation Script
      • Field Types to Documint Variables
      • Adding Images from Airtable
      • Expanding Linked Records
      • Lookup Fields
      • Documents from Multiple Records
      • Duplicate Document Prevention
      • Password Protection
      • Creating Documents
        • Preview Mode
    • Zapier
    • Make.com
    • Coda
    • Stacker
    • Noloco
    • Softr
    • Pory
    • REST API
Powered by GitBook
On this page

Was this helpful?

  1. Additional Resources

Glossary

Documint terms

Term
Definition

array

A data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

booleans

Booleans are values that are either true or false.

collections

A collection is an array of objects.

conditional logic

Set rules, or conditions, that cause your process to change based on input.

functions

Functions allow you to manipulate data in your template.

merging

The process of combining data with a template to produce a document.

minted document

A minted document is a document created when you merge your template with your data.

nesting

Information is organized in layers, or where objects contain other similar objects.

object

Objects are groups of key-value pairs.

path

A path is a string used to access a property deep within the data being merged with your template. For accessing nested properties within an object, use a . to access nested properties and [] to access a specific item in an array.

snakecase

Style of text in which each space is replaced by an underscore character and the first letter of each word is written in lowercase. An example is: "hello_world"

strings

a sequence of characters or simply text data

template

Templates are blueprints for your documents. You can think of a template as a document but with variables instead of the actual data that the document will contain. When you merge your data with a template you've created a document.

variable

used to tell Documint where in your template to place your data

PreviousHow to connect your Documint account to Airtable using your Personal Access Token (PAT)NextFrequently Asked Questions

Last updated 2 months ago

Was this helpful?