Skip to content

Fails the workflow when two tables have different row counts. Use it as a data-quality gate — for example, to confirm that a transformed table kept every row of its source, or that a reconciliation didn’t drop or duplicate records. When the counts match the workflow continues; when they differ the step stops the workflow and writes the failure message to the workflow log.

  • Left Table — the first table to count.
  • Right Table — the second table to count.
  • Failure Message — the message shown when the counts differ. Defaults to “Row counts do not match”.

Compare with Raise Workflow Error when you need to fail on an arbitrary condition rather than a row-count mismatch.