---
title: "Text List"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/constant/textlist
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/textlist.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/textlist.md
---

# Text List

**Type:** `nodetool.constant.TextList`

**Namespace:** `nodetool.constant`

## Description

Represents a list of text strings in the workflow.
    texts, strings, text collection

    Use cases:
    - Provide a fixed list of text strings for batch processing
    - Reference multiple text values in the workflow
    - Set default text list for testing or demonstration purposes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `list[str]` | List of text strings | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[str]` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
