AgenticFlow AI: ChatGPT in the Flow of Work
HomeCommunityDiscordLogin
  • Get Started
    • AgenticFlow - Build agents that handle sales, marketing, and creative tasks around the clock.
    • Introduction to Large Language Models
    • Templates
    • AgenticFlow MCP
    • API Keys
    • Workflows quickstart
    • Agents quickstart
    • Plans and Credits
    • System Quotas
    • FAQs
    • Affiliate program 💵
  • AGENTS
    • Introduction to agents
    • Agent Templates
    • Create an Agent
    • Customize an Agent
    • Tools and Integrations
  • Workflows
    • Introduction
    • Workflow Templates
    • Creating a Workflow
    • User Inputs - Get Started
      • Text Input
      • Long text input
      • Drop-down
      • Numeric Input
      • File to URL
      • File to Text
      • Checkbox
      • Image Input
      • Audio Input
      • Video Input
      • Multiple Media Input
      • Carousel Select Input
    • Actions - Get Started
      • LLM
        • LLM - Advanced Settings
        • Validators
        • Too Much Text
        • LLM Prompt
        • LLM Output
      • Code - JavaScript
      • Code - Python
      • Python Helper Functions
      • PDF to text
      • Extract Website Content
      • Knowledge Search
      • Audio/Video to Text
      • Insert Data into a Dataset
    • Knowledge
    • Workflow Single Run
    • Workflow Table Run
    • Export Results
    • API Run
    • Parameter Substitution Utility
  • Data
    • Introduction
    • Data Table
  • Use Cases
    • Summarization
      • GPT on My Files
      • GPT on My Website
      • Question-Answering on Data
    • Research
      • Sentiment Analysis
      • Anonymize Text
      • Audio Transcription + High-Level Analysis
  • Sales
    • Teach LLMs to Mimic Your Style
  • Marketing
    • SEO Optimize
    • Automating Creativity Transforming Workflow with AgenticFlow AI (PDF)
  • Policies
    • Security Overview
      • AI Policy
      • Reporting bugs and vulnerabilities
      • Subprocessors
      • DPA
    • Privacy Policy
    • Terms of Service
    • Cookies Policy
  • Advanced Topics
    • Advanced Topics
Powered by GitBook
On this page
  • What is a Long Text Input?
  • When to Use the Long Text Input Component
  • How to Add a Long Text Input to Your Custom Workflow
  • Long Text Input Settings
  • Setting a Default Value
  • Accessing the Entered Text

Was this helpful?

  1. Workflows
  2. User Inputs - Get Started

Long text input

Long Text Input in AgenticFlow AI

What is a Long Text Input?

A Long Text Input is an input component that allows you to enter multiple lines of text. The value can be entered by the user or fetched later from an uploaded dataset during a bulk-run.

When to Use the Long Text Input Component

The Long Text Input component is suitable for longer pieces of text, such as:

  • Responses

  • Audio transcriptions

  • Detailed descriptions

How to Add a Long Text Input to Your Custom Workflow

The Long Text Input component is listed under User Inputs. You can add it to your workflow using the main section or the sidebar.

Adding a Long Text Input

  1. Navigate to the Workflow page.

  2. Click on + Create Workflow or select an existing workflow.

  3. In the empty state or within your workflow, click on + Add Input.

  4. Select Long Text Input from the list of input components.

Long Text Input Settings

Title

The title of your input component.

Description

Describe what this input is or will be used for. This helps users understand the purpose of the input.

Variable Name

Located on the bottom left and marked in green, you can rename the variable. Use this name to access the data in your workflow.

Optional/Required

Located on the top right, as the name suggests:

  • Optional: The input is not mandatory for the workflow to run.

  • Required: The input must be provided before your analysis starts.

Setting a Default Value

To set a default value for a Long Text Input component:

  1. Enter the value in the input field.

  2. Click on the small setting icon on the bottom right.

  3. Click on Set Current Value to save the default value.

Accessing the Entered Text

To access the entered text, use the variable name within double curly braces {{}}.

For example, if the variable name is long_text, you can access it as:

  • {{long_text}} in most workflow steps.

  • params.long_text in a JavaScript step.

Example Usage in a Prompt:

Analyze the following customer feedback and summarize the key points: "{{long_text}}"

By following these steps, you can effectively utilize Long Text Input components in your workflows to capture and process user-entered long text or data from datasets, enhancing the capabilities of your AI-driven automation in AgenticFlow AI.

PreviousText InputNextDrop-down

Last updated 11 hours ago

Was this helpful?