Viewing a run
1
Open the Runs view
Go to the Dashboard and click Runs in the left sidebar.
2
Find the run
Locate the run you want to inspect. You can filter by flow name, date, or status.
3
Open the run details
Click the run to open it. The flow builder displays in view-only mode, showing the same steps you built, with execution status indicators on each step.
4
Inspect step output
Click any step to open the Run Details panel. This panel shows the exact input the step received and the output it produced (or the error it returned).
Reading run status
Each step displays a status icon when you view a run:Diagnosing failures
When a step shows ❌, open its Run Details panel and check:- Input — confirm the data passed into the step was what you expected. A missing or malformed value from an upstream step is a common cause of failures.
- Error message — the error returned by the action or external service. This often points directly to the problem (for example, a missing required field or an authentication error).