Logger
Write a message or a variable's values to the run log — useful for debugging and audit trails. Add it from Add Condition, Record or Action → Action → Logger.
Log source
Choose what to log:
| Source | Description |
|---|---|
| Log Message | Log a static or templated message. |
| Log Variable | Log the value of a variable or record from earlier in the flow. |
Log Message
Enter the text to log in the Message field. It supports {{template}} tokens — insert them with the + picker.
Message: User {{user.email}} was created at {{user.createdAt}}
Log Variable
Select the variable or record in the Variable to log field.
When the selected variable resolves to a collection's fields, an optional Fields to log list appears — select the fields to include. Leave it empty to log all fields.
Related
- Actions overview — All action types
- Variables — Create the values you log
- Conditions — Debug branch logic with logging