Input refers to data provided to a flow at start or to individual nodes (form fields, API payloads, files, environment vars).

The input node can be found in the nodes library as can be seen below:

Input.png


🧩 In-Depth Explanation

Inputs can be:

Schemas should be defined for expected inputs and validated early. Inputs are mapped to node parameters and can be enriched or validated by nodes before being used downstream.


✅ Best Practices


⚠️ Important Notes