Input

TextInput

A type-anything text box. It outputs whatever is entered, which makes it useful for text that should be editable from a dashboard form rather than buried in a node's settings, such as a report title or a scenario name.

Inputs

InputAcceptsRequired
DefaultTextOptional

Outputs

OutputProduces
ValueText

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
LabelText
CurrentValueThe text currently entered; this is what the node outputs.

Example

Add a TextInput labeled Report Title and connect its value to the Title input of the BarChart on your close dashboard. Typing Q3 Board Review renames the chart without opening the pipeline, which helps when the same dashboard is reused every quarter.

Related nodes