Logging
The Logging step writes a message into the integration's own log. It is how you make a run
explain itself — what arrived, which branch was taken, what was skipped.
Configuration
| Field | Notes |
|---|---|
| Type | Info, Warning or Error. Filter on these when reading logs, so reserve Error for genuine problems |
| Message | The text to write. Include variables to record actual values, not just that a point was reached |
| Field / Field Label | Specific values to record alongside the message, each with a label |
| Include previous step data | Attach the preceding step's output to the entry |
Where entries appear
In the integration's execution log, and under Integrations in the
Log Center.
Notes
Include previous step data is the fastest way to diagnose a mapping that produced something
unexpected — you see exactly what went in. It also means the log carries whatever that data
contained, so use it deliberately on flows handling sensitive records.
Updated 17 days ago
Did this page help you?
