Logging and troubleshooting
While building flows in advanced view, you can troubleshoot failing or slow flows using the flow dashboard.
Leverage the flow dashboard when building your flow in advanced view. After publishing your flow as an advanced app and creating a deployment, use the native run logs functionality.
Open the flow dashboard from advanced view (All apps > Flow dashboard)
-
Flow logs — Track the progress of a single flow job and any associated errors. Scan the logs to see why a particular step didn’t perform as expected, or use visualizations to identify slowdowns for specific files or steps. If your flow includes user-defined functions, you can add debugging log statements and view them here.
To access logs, click Logs for the flow in the flow dashboard.
-
Flow traces — Get a detailed view of an individual flow execution, including all services involved, function calls and their duration, and any errors.
To access a trace, click Logs for the flow in the flow dashboard, then switch to the Trace tab — or click the Trace link that appears when you hover over a line in the log viewer.
-
Job retries — Retry flow runs that encountered errors. Click the Retry Job icon in the Job Status column and select Retry files that have any step errors.
