---
title: "Format Text"
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/test/formattext
markdown: https://docs.nodetool.ai/nodes/nodetool/test/formattext.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/test/formattext.md
---

# Format Text

**Type:** `nodetool.test.FormatText`

**Namespace:** `nodetool.test`

## Description

Formats text by replacing {{ text }} in a template

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| template | `str` |  | `Hello, {{ text }}` |
| text | `str` |  | `` |

## Outputs

_(none)_

## Related Nodes

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