Real-Time Execution View
Watch data flow through your workflow as it executes. See exactly which nodes are running, pending, or completed.
Understand exactly what's happening at each step
See exactly where things go wrong. Visual debugging lets you watch data flow through your workflow, identify failures instantly, and fix issues with confidence.
Everything you need to understand what's happening in your workflows.
Watch data flow through your workflow as it executes. See exactly which nodes are running, pending, or completed.
Understand exactly what's happening at each step
Click any node to see its input data, output data, configuration, and timing information.
Pinpoint where data transforms unexpectedly
Review past executions with full trace data. Compare successful runs to failed ones to spot differences.
Learn from patterns in failures and successes
Failed nodes are highlighted instantly with detailed error messages and stack traces.
Jump directly to the source of problems
See how data transforms as it moves between nodes. Understand exactly what each step receives and produces.
Track data mutations across the workflow
View execution time for each node and the total workflow. Identify bottlenecks slowing down your automation.
Optimize slow-running workflows
Follow these steps to troubleshoot any workflow issue.
Click the 'Debug' button (or press D) instead of 'Run'. This enables verbose logging and step-by-step execution.
Observe the visual indicators as your workflow runs. Green means success, yellow means in-progress, red means failed.
Click any node to open the inspection panel. View the exact input received, output produced, and any errors.
Trace backwards from the error to find where data first went wrong. Often the issue is upstream of where it manifests.
Make corrections to your workflow configuration and run debug again. Repeat until all nodes show green.
Quick fixes for the most frequent debugging scenarios.
Cause: Upstream node didn't produce expected output field
Solution: Check the output mapping of the previous node. Ensure field names match exactly.
Cause: Invalid or expired credentials
Solution: Reconnect the integration or refresh OAuth tokens in settings.
Cause: External API timeout or infinite loop
Solution: Check API health, add timeout configuration, review loop conditions.
Cause: String received where number expected (or vice versa)
Solution: Add a transform node to convert types, or fix the source data format.
Cause: Condition logic doesn't match actual data
Solution: Inspect the condition's input data. Check for case sensitivity and type issues.
Common questions about visual debugging.
Visual debugging makes troubleshooting fast and intuitive. See exactly what's happening at every step.
See exactly where things go wrong. Visual debugging lets you watch data flow through your workflow, identify failures instantly, and fix issues with confidence.
Everything you need to understand what's happening in your workflows.
Watch data flow through your workflow as it executes. See exactly which nodes are running, pending, or completed.
Understand exactly what's happening at each step
Click any node to see its input data, output data, configuration, and timing information.
Pinpoint where data transforms unexpectedly
Review past executions with full trace data. Compare successful runs to failed ones to spot differences.
Learn from patterns in failures and successes
Failed nodes are highlighted instantly with detailed error messages and stack traces.
Jump directly to the source of problems
See how data transforms as it moves between nodes. Understand exactly what each step receives and produces.
Track data mutations across the workflow
View execution time for each node and the total workflow. Identify bottlenecks slowing down your automation.
Optimize slow-running workflows
Follow these steps to troubleshoot any workflow issue.
Click the 'Debug' button (or press D) instead of 'Run'. This enables verbose logging and step-by-step execution.
Observe the visual indicators as your workflow runs. Green means success, yellow means in-progress, red means failed.
Click any node to open the inspection panel. View the exact input received, output produced, and any errors.
Trace backwards from the error to find where data first went wrong. Often the issue is upstream of where it manifests.
Make corrections to your workflow configuration and run debug again. Repeat until all nodes show green.
Quick fixes for the most frequent debugging scenarios.
Cause: Upstream node didn't produce expected output field
Solution: Check the output mapping of the previous node. Ensure field names match exactly.
Cause: Invalid or expired credentials
Solution: Reconnect the integration or refresh OAuth tokens in settings.
Cause: External API timeout or infinite loop
Solution: Check API health, add timeout configuration, review loop conditions.
Cause: String received where number expected (or vice versa)
Solution: Add a transform node to convert types, or fix the source data format.
Cause: Condition logic doesn't match actual data
Solution: Inspect the condition's input data. Check for case sensitivity and type issues.
Common questions about visual debugging.
Visual debugging makes troubleshooting fast and intuitive. See exactly what's happening at every step.