Skip to content

Table

⚠️ Warning

This output cannot be saved in reporting.

Overview

The Table node provides an exit point for structured data from the flow to the platform dashboard. It renders incoming data as a dynamic grid with clearly defined columns and rows, allowing for quick visualization of multi-record results.

Use Table when:

  • You want to display multiple statistics or records in a structured grid.
  • You need to output the final results from a data aggregation process.

💡 Tip

This node is typically used to display output from statistical aggregation nodes or data collection processes.

Inputs

NameTypeDescription
valuetableA structured dataset containing named columns and typed rows for grid rendering.

Parameters

This node does not have any configuration parameters.

Example

Displaying statistics of cars

A flow counts cars with different colors during an inspection cycle. The aggregated results are sent to a Table node to show car colors and their corresponding counts on dhe dashboard.

Configuration:

  • This node has no configurable parameters.

Result: A grid appears on the dashboard displaying columns like Classification and SUM, with rows for specific categories like Blue car or Red car.

Table widget showing the Table output
A summary widget displaying the detection counts from the AI model, categorized by car color.

Reference: