Skip to main content

What does this node do?

Creates a multi-line text input field that users fill in when running the workflow. Perfect for longer text content like descriptions, comments, articles, or detailed instructions.

Configuration

label
string
required
Display label for the paragraph input field.
placeholder
string
Placeholder text shown in empty field.
default_value
string
Pre-filled default text value.
required
boolean
default:"true"
Whether the field must be filled.

Output

{
  "value": "This is a longer text input that can span multiple lines and paragraphs. Users can enter detailed information here."
}

Access the value

Use {{Paragraph_0.value}} in other nodes to access the paragraph input.

Examples

Content generation workflow

Generate content based on user-provided description:

Article analysis

Analyze and summarize long-form content:

Feedback processing

Process and categorize user feedback:

Translation workflow

Translate long paragraphs to multiple languages: