Skip to main content

Log

Writes a line to the run's execution log and continues. Reach for it to trace what a value actually holds at a point in the flow, without the weight of a Script step.

Fields

FieldDescription
MessageThe line written to the log. Mix literal text with variables to record a value in context.
VariablesUpstream values recorded alongside the step, for inspection, without being written into the message line. Use it for complex objects, which read poorly inline—a variable in the message resolves to flat text.

What later steps see

Nothing. A Log step is transparent: it adds no output of its own, and later steps keep referencing earlier outputs unchanged. That is what makes it safe to leave one in a live automation.

Behaviour

The message lands in the step's own execution log, not in the server's log, so it is visible to whoever is reading the run and to nobody who is not.

Values listed under Variables appear in the step's References rather than in the message line, rendered as structures you can expand.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.