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

FieldNotes
TypeInfo, Warning or Error. Filter on these when reading logs, so reserve Error for genuine problems
MessageThe text to write. Include variables to record actual values, not just that a point was reached
Field / Field LabelSpecific values to record alongside the message, each with a label
Include previous step dataAttach 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.


Did this page help you?