When building workflows, use the Output tab to understand how each run executed, what each node produced, and where errors happened.

Where to Find Output

Open a workflow in the editor and click the Output tab. Output sits alongside the workflow canvas and shows recent workflow executions.

If the workflow has not run yet, the Output tab may be empty. Run a test or wait for the workflow trigger to receive a matching event.

What Output Shows

  • Run status: whether a workflow run succeeded, failed, or is still processing.

  • Node-by-node results: what each step received and returned.

  • Errors: structured messages showing which node failed and why.

  • Loop details: iteration-level results when a workflow processes multiple items.

  • Data tables: outputs such as leads, posts, enrichment results, and engagement records.

How to Debug a Failed Run

  1. Open the workflow.

  2. Click Output.

  3. Select the failed run.

  4. Find the failed node.

  5. Read the error message and inspect that node’s input and output.

  6. Use Fix with AI or Edit with AI if you want Jarvis to help adjust the workflow.

Common Things to Check

  • Missing required inputs such as a profile URL, email, company domain, or post URL.

  • Variable names that do not match the previous node’s output.

  • If Conditions expecting a different value than the agent returned.

  • Disconnected or expired integrations.

  • Saved searches with no new matching posts.

Exporting or Inspecting Data

Where available, use table views, cell drill-downs, raw output views, or CSV export to inspect the exact data generated by a workflow run.

Output vs Canvas

Tab

Purpose

Canvas

Build and edit the workflow structure.

Output

Inspect runs, results, errors, and generated data.