Go to Studio

Inputs

Collect data from users at runtime with text fields, file uploads, date pickers, and more

Overview

Input nodes define the data your workflow needs from users at runtime. When someone runs your workflow, they see a form with the input fields you’ve configured — text boxes, file uploads, date pickers, dropdowns, and more.

Input nodes are different from Static nodes: inputs require user interaction each time the workflow runs, while static nodes provide fixed values that never change.

Basic

Standard input fields for collecting user data at runtime.

Integrations

Input fields that connect to external services for file selection.

Static

Fixed values embedded in the workflow that stay the same across all runs — no user input required.

Inputs vs Static nodes

FeatureInput nodesStatic nodes
User interactionRequired at runtimeNone
Value changesDifferent each runFixed for all runs
Use caseDynamic user dataConstants, templates, fixed assets
ExamplesShort Text, File, DateStatic Text, Static Image
Tip

Use Input nodes when the value should be provided by the user each time the workflow runs. Use Static nodes when the value is set once in the editor and stays constant.