Skip to main content

Can I show the created date on a Document?

Updated this week
  1. Open the document editor

    • Go to Documents under your booking to edit a specific Document or go to Settings-> Templates & Files -> Document Templates

    • Either open an existing template or click New Document.

  2. Insert a merge field

    • Place your cursor where you want the date to appear.

    • Click the merge field dropdown in the editor toolbar (you’ll see options like client, account, booking, user, document, etc.).

    • Select:
      document → createdAt

  3. Resulting merge field
    It will insert something like this:

    {{document.createdAt}}
  4. Save or preview the document

    • Click Preview or Share to see it render with the actual creation date (for example: “Friday, 30 January, 2026 10:21”).

Tip:
You can also format it with text, for example:

Created : {{document.createdAt}}

Working a Document Template will look like this:

Working a Specific Document will look like this:

Text Box Document Element toolbar showing where to find the Created At Merge Field
Did this answer your question?