For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debug Value

Record a Value Store item in the Test Case result.

Debug Value writes the current contents of a Value Store item into the Test Case result. Use it while building or fixing a Flow to see what a step stored.

Debug value Test Step

When to use it

  • Inspect a generated or calculated Value after a data step.

  • Compare run results when a downstream check fails unexpectedly.

  • Pair with Debug Element when both stored data and Element output matter.

Configure

Basics

Field
What to set

Value

Value item to record in the result

Advanced

Field
What to set

Status on fail

Pro tip: Debug Value adds no user-facing action. Place it immediately after the step you suspect, run the Test Case once, then remove it when the Flow is stable.

Tags: utility, debug, value, log, console, print

Last updated