What should I do if pinned or edited output is hiding the real problem during workflow debugging?

Pinned or edited output can hide the real issue because the debugger reuses controlled output instead of executing the live node.

To troubleshoot the problem, follow these steps:
  1. Go to AI Agent Studio and open the Workflows workflows tab.
  2. Select Edit Edit to modify a workflow.
  3. From the toolbar, select Debug Debug.
  4. Enter a prompt in Ask Oracle and submit it to run the workflow.
  5. Inspect the workflow canvas for pin or output override indicators.
  6. Inspect the selected node's results to confirm whether the output is pinned or edited.
  7. Clear any pins or output overrides when you want to test the live run path.
  8. Rerun the full workflow so the node runs with live data.
  9. Compare the live output with the previously pinned or mocked output to identify the actual source of the issue.