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
| Input | Accepts | Required |
|---|---|---|
Default | Text | Optional |
Outputs
| Output | Produces |
|---|---|
Value | Text |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Label | Text | |
CurrentValue | — | The 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.