v0.0.4b

Note Field

Jan 1, 2026

Fields

Type: NOTE

A text field designed for longer-form content with configurable length limits.

Properties

  • Dimensions: Supports scalar (single value) or array (list of values)

  • Required: Can be set conditionally based on expressions

  • Max Length: Maximum number of characters allowed (default: 5,000)

Configuration

maxLength: integer (1 to 10,000)

Specifies the maximum number of characters allowed in the note field. This limit helps ensure that notes remain concise and manageable. The value must be a positive integer, typically ranging from 1 to 10,000 characters, depending on application requirements.

Validation

  • String values only (non-strings will be cast to string)

  • Length must not exceed maxLength setting

  • Default limit: 5,000 characters

  • Maximum configurable limit: 10,000 characters

Use Cases

  • Comments and descriptions

  • Detailed explanations

  • Meeting notes

  • Feedback and reviews

  • Instructions

  • Multi-paragraph text