Flikk
Building flows

Log

Record a message into the run for debugging.

The log node writes a message you can read in the Runs view.

Spec

FieldMeaning
messageRequired. The text to record. Supports {{...}} interpolation.
levelOptional. One of info, warn, error, debug. Defaults to info.
{
  "slug": "trace",
  "type": "log",
  "spec": { "message": "Handling order {{trigger.id}}", "level": "info" }
}

The message supports {{slug.field}} references to values from earlier nodes. level defaults to info.

On this page