Logging
Overview
The Logging Step allows users to add custom logging to capture details about the current workflow. Logging steps can be added anywhere in a workflow and are particularly helpful in conditional statements when no conditions return true.
Input Parameters
- Type: The type of logging message: 'Info,' 'Warning,' 'Error.'
- Message: The message the step should return. You can use string template variables in the message.
- Include Previous Step Data: Includes relevant info from the previous workflow step in the log to improve info quality and helpfulness of the log.
- Description: The description of the log message. You can use string template variables in the message.
Updated 7 months ago