Merge node (SQL Query mode) returns no output with unchanged inputs – previously working

Description:
The Merge node in SQL Query mode intermittently returns “No output data returned” and halts the workflow, despite identical inputs and logic that worked reliably until recently.

Key observations:

  • All upstream nodes execute successfully

  • Inputs still contain data

  • The SQL query executes without error

  • The node returns zero rows, even though it previously returned valid results with the same logic

  • Removing the where clause or simplifying joins sometimes produces output, suggesting a behavior change rather than a query syntax issue

Expected behavior:

  • Input data shape is unchanged

  • Join keys are present

  • Filters match existing rows

  • Behavior should be consistent across versions or documented if changed

Actual behavior:

  • Merge node outputs no data

  • Workflow stops execution

  • No warnings or errors indicating why rows were filtered out

  • Same data and logic previously worked

hello @Mohammad_Faizan_Raza

Please, share the workflow and the inputs, so I would be possible to reproduce the issue.

You can select all nodes with Ctrl+A and copy them with Ctrl+C. Then, past the content after pressing the button </> with Ctrl+V.