Text Field Types

circle-check

Overview

Text field types are flexible fields used to capture descriptive or narrative information that cannot always be constrained to predefined values. These fields provide important context that helps users interpret Records, understand operational history, and document key details.

Text-based data commonly supports:

  • Notes and summaries

  • Descriptions

  • Identifiers

  • Titles

  • Comments

  • Contextual Record information

Selecting the appropriate text field type helps balance flexibility with usability. While freeform input enables richer context, thoughtful schema design ensures that written data remains readable, searchable, and operationally valuable.

Kizen supports two primary text field types:

  • text: optimized for short, structured inputs

  • longtext: designed for extended written content

Choosing the correct field type is a foundational schema decision that influences searchability, reporting capabilities, automation behavior, and overall Record clarity.

Key Differences

The table below summarizes the core differences between text and longtext fields.

Capability
Text
LongText

Character limit

255

50,000

Intended use

Short, structured inputs

Extended narrative content

Search optimization

Strong

Limited

Reporting suitability

Moderate

Low

Scannability

High

Lower for dense content

Formatting support

Plain text

Markdown-enabled rendering

circle-info

Note: If the value should be quickly read, filtered, or searched, choose text. If the value requires depth and explanation, choose longtext.


LongText

The longtext field is designed to store extended written content and multi-paragraph information.

This field is best suited for scenarios where detailed explanations or narrative context are necessary to understand a Record.

Use this field for extended narrative content that requires multi-paragraph readability. Avoid it when concise, structured data is sufficient.

Common Use Cases

Use a longtext field when capturing:

  • Detailed notes

  • Meeting summaries

  • Project descriptions

  • Case documentation

  • Internal commentary

  • Multi-step instructions

  • AI- or LLM-generated content that uses structured formatting such as Markdown

longtext fields support up to 50,000 characters, allowing teams to preserve comprehensive operational knowledge directly within a Record. For content that exceeds this limit, consider attaching a text file or external document to maintain full detail.

Behavior and Search Considerations

longtext fields support rich text formatting through markdown rendering, improving readability for extended content. These formatting enhancements affect display and editing only and do not alter the stored value.

Because longtext fields store large amounts of unstructured data, they are not optimized for structured reporting or detailed filtering. Indexing behavior may also differ to support platform performance, which can limit advanced search capabilities compared to shorter text fields.


Text

The text field is intended for shorter written inputs that benefit from quick readability and structured usage. This field supports values up to 255 characters, making it ideal for concise information that users need to scan quickly or reference frequently.

Use this field for short, structured data that must be easily searchable, filterable, or quickly scanned.

Common Use Cases

Use a text field when capturing:

  • Names or labels

  • Titles

  • Identifiers

  • Short descriptors

  • Reference values

  • Brief comments

Shorter text fields help maintain cleaner record layouts and improve overall usability.

Behavior and Search Considerations

text fields are typically indexed to support search and type-ahead functionality, making them more effective for lookup scenarios than long-form content. Because values are structured and compact, these fields are often easier to leverage in filters, lightweight reporting, and automation conditions.

text fields can also be used in display configurations where readable identifiers are required across the platform and support flexible filtering options such as contains, starts with, and exact match.


Additional Information

chevron-rightSchema Design Best Practiceshashtag

When designing schemas that include written data:

  • Prefer structured fields (such as dropdowns or relationships) when reporting or segmentation is required

  • Use text instead of longtext whenever possible to improve searchability and usability

  • Reserve longtext for information that genuinely requires expanded narrative

  • Avoid storing operational data inside large text blocks that cannot be easily filtered

  • Consider Record readability as overly verbose schemas can reduce efficiency for end users

Thoughtful text field selection helps maintain scalable data models while preserving important context.


What’s Next

Review field-specific documentation before implementing schema changes to ensure the selected field type supports your operational, reporting, and integration requirements. Continue designing your schema with the following resources:

Last updated

Was this helpful?