Input Form Trigger

Manual trigger with a structured input schema

Use an Input Form trigger when a workflow should start from the editor with typed fields. The run panel shows exactly the fields you define, so the workflow always receives clean data.

This is a manual trigger with structured input. Define your schema and run from the editor.

Configuration

Input Format
Enter input format...
Define form fields with name, type, and default value

Add fields in the Input Format builder. Supported types:

  • string — Text values
  • number — Numeric values
  • boolean — True/false values
  • json — JSON objects

Output Schema

FieldTypeDescription
<blockName.field>variesEach field defined in the Input Format
<blockName.input>jsonEntire structured input payload

Child Workflows

Input Form triggers also power the Workflow block. When you embed a child workflow, the mapping step shows the child form fields so you can connect variables from the parent.

Need a quick run button with no fields? Use a Manual Trigger instead.