[Google Sheet Trigger] Gets 400+ data rows when theres only one new or updated row

@Josh-Ghazi I just tested on the sheet you shared, and indeed, even if only cell E7 (for example) is modified, the node returns all rows.

Looking at the rest of the columns, I have seen that columns U, V and W have formulas to concatenate values. By removing them from row 4, and changing cell E7 again, the node returns all rows except row 4.

So yes, by changing a single cell, the formulas in columns U, V and W are updated in background for all rows, hence they all appear.