Search K
Appearance
Appearance
Packages workflow data into a chart or table configuration and delivers it to the Insights dashboard as a visual result card.
Use this completion node at the end of a workflow branch that is triggered from an Insights dashboard card. It accepts structured data produced by earlier tasks and formats it as a chart configuration that the dashboard can render immediately. Supported visualisation types range from simple bar and doughnut charts through to multi-series stacked bars, progress cards, label cards, and dynamic tables. Each chart type accepts data either as literal values or as variable references resolved at runtime.
| Field | Type | Required | Description |
|---|---|---|---|
| Chart Type | Dropdown | Yes | Visualisation type to render. Options: Doughnut Chart, Progress Card, Bar Chart, Stacked Bar Chart, Line Chart, Multi-Line Chart, Label Card, Table. |
| Chart Title | Text | No | Title displayed at the top of the dashboard card. |
| Chart SubHeader | Text | No | Optional subtitle shown below the title. |
| Simple Data Field | List | No | Label-value pairs for single-series charts. Each entry has a Label and a numeric Value. Supports variable references. |
| Labels Field | List | No | Category labels for multi-series charts (e.g. Q1, Q2, Q3). Supports variable references to arrays. |
| Values Field | List | No | Data series for multi-series charts. Each entry has a Unit (series name) and a Values array. Supports variable references. |
| Use Alert Colors | Checkbox | No | When checked, colours are assigned based on semantic values such as Success, Warning, and Failed rather than the standard palette. |
| Multi-Color Datasets | Checkbox | No | When checked, each bar or segment receives a distinct colour instead of a uniform dataset colour. |
| Progress Bars Field | List | No | Progress bar definitions for Progress Card. Each entry has Label, Value, and MaxValue. Colours are calculated automatically based on percentage thresholds. |
| Label Text Field | Text | No | Text to display in the Label Card. Supports variable references for dynamic values. |
| Table Data Field | Text | No | Array of objects whose properties become table columns. Supports variable references to arrays from earlier tasks. |
Simple Data Field is only shown when Chart Type is set to Doughnut Chart, Bar Chart, or Line Chart. Labels Field is only shown when Chart Type is set to Stacked Bar Chart or Multi-Line Chart. Values Field is only shown when Chart Type is set to Stacked Bar Chart or Multi-Line Chart. Use Alert Colors is only shown when Chart Type is set to Doughnut Chart, Bar Chart, or Stacked Bar Chart. Multi-Color Datasets is only shown when Chart Type is set to Bar Chart or Stacked Bar Chart. Progress Bars Field is only shown when Chart Type is set to Progress Card. Label Text Field is only shown when Chart Type is set to Label Card. Table Data Field is only shown when Chart Type is set to Table.
This task is a completion node. It writes the chart configuration to the Insights dashboard and does not produce output variables for downstream tasks.