Skip to main content
Logs custom messages during execution. As a route runs, this step writes a message of your choosing to the log without changing the entity in any way. Use it to add extra information for troubleshooting, for example to confirm that a step was reached or to record a value as it passes through. The message can include placeholders, so you can drop in live data from the entity at the point the step runs.

Fields

Sample data

This feature does not change the entity; it only writes a line to the log. The configuration below writes a message at Info level that includes the order id and customer email from the entity, for example Processing order 1001 for sanne@example.com.
FieldValue
Log levelInfo
Log messageProcessing order &{order.id} for &{customer.email}