Skip to main content

MONITOR_TABLE

Display tabular structured data in the Flow Monitor.

At a glance

  • Category UI
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
dataArray of objects to render as a table.NonetruetrueNoneNone
titleOptional title displayed above the table.NonefalsetrueNoneNone
maxRowsMaximum number of rows rendered before truncation.NonefalsefalseNoneNone

Examples

Render table data

- step: MONITOR_TABLE
title: "Summary"
data: "{{flowContext.list}}"
maxRows: 20

See Also

General Resources: