Google Sheets “New Row” Trigger Does Not Fire Consistently

The Google Sheets new row trigger inconsistently detects added rows. In the example sheet below, the first row (Are we live → yes) correctly triggered the workflow, but subsequent rows (second → No, third row → full) did not. This causes unreliable workflow execution and can result in missed data processing.

Media:

Steps to Reproduce:

  1. Set up a Google Sheets trigger step with a “New Row” trigger.

  2. Add rows to the sheet one by one

  3. Observe which rows trigger the workflow.

Expected Result:
Every new row added to the sheet should trigger the workflow reliably.

Actual Result:
Only one row triggered the workflow; subsequent rows were ignored.