Debugging flows
To debug a flow, run the flow and inspect its logs via the Output tab.
Some values are logged by default. You can log additional values with the Write Log and JavaScript components.
Severity levels
There are three severity levels of logs:
- debug
- information
- error
By default, the Output tab only shows the information and error logs. You can show the debug logs by enabling the Show debug option.
Tip: You can view a history of a flow's logs via the Logs tab.
Updated 8 months ago