We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebdcff commit 9b3af87Copy full SHA for 9b3af87
apps/sim/lib/webhooks/polling/google-sheets.ts
@@ -397,7 +397,6 @@ async function processRows(
397
// Skip empty rows — don't fire a workflow run with no data.
398
if (!row || row.length === 0) {
399
logger.info(`[${requestId}] Skipping empty row ${rowNumber} for webhook ${webhookData.id}`)
400
- processedCount++
401
continue
402
}
403
0 commit comments