Skip to main content

Can I show the created date on a Document?

Updated over 3 weeks ago
  1. Open the document editor

    • Go to Documents under your booking.

    • 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: “July 21, 2025”).

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

Created on: {{document.createdAt}}

Did this answer your question?