Built-in action Built In

Write a message to the workflow run log. Supports variables like {{node.result.field}}. Helpful for debugging and tracking execution.

At a Glance

FieldValue
Action IDlog
CategoryBuilt In
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagslogging, debugging, output, utility

Payload Schema

FieldTypeRequiredDescription
messagestringYesMessage to log. Supports template variables like {{node.result.field}}, {{$item}}, {{$index}}

Result Schema

FieldTypeRequiredDescription
messagestringYesThe formatted log message with resolved template variables
loggedAtstringYesISO 8601 timestamp when the log was created

Examples

json
{ "type": "log", "payload": { "message": "Processing item {{$item}} at index {{$index}}" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I