https://docs.google.com/....’}
Inputs
InputVariable
Output
Type:Dict
Returns dict with key-value pairs of all created variables.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates custom input/variable/constant fields that can be used in the workflow
https://docs.google.com/....’}
| App | Flow Control |
| Operation ID | flow_control_create_input |
| Type | Action |
| Connection | None |
| Credits per run | Free |
| Versions | 1, 2 (default: 2) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
input_variables | array of InputVariable | No | - | A list of input variables. Each variable has a name, UI type (single_line or multi_line), and a value. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | - | The name/key for this input variable. Used to reference this value in downstream nodes. |
ui_type | string | Yes | - | The UI type for the input. Either ‘single_line’ or ‘multi_line’, only used for rendering purposes in the UI. |
value | any | Yes | - | The value for this input variable. Can be static text or a reference to upstream node data e.g., {{nodeId__data}} |
Dict
Returns dict with key-value pairs of all created variables.
Fields: dynamic (depend on the inputs)