Skip to main content

MONITOR_KEYVALUE

Display key-value structured data in the Flow Monitor.

At a glance

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

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
dataObject to render as key-value pairs.NonetruetrueNoneNone
titleOptional title displayed above key-value pairs.NonefalsetrueNoneNone

Examples

Render key-value summary

- step: MONITOR_KEYVALUE
title: "Result summary"
data: "{{flowContext.object}}"

See Also

General Resources: