Hi @dogoodthings!
It sounds like you may be running into a bug that we reported 6 hours ago, where "New Row" and "New or Updated Row" triggers are delayed, and possibly not receiving hooks. I’ve added you as an affected user, so when it’s resolved you’ll be notified via email.
If this is not super recent for you then I offer you the following as well…
Generally speaking, it can be tricky to get Google Sheets working 100% how you want/expect it to with Zapier. A few things to consider:
- When we say “seeing that same value in the row before” it’s based on the row number (like where it is in the worksheet) and not the exact row itself.
- That means that if you had 5 rows and we’d seen YES in the Is Subscribed column of the 3rd row, if you were to insert 3 rows between the current row 2 and 3 that means that the 1st of your inserted rows is now the 3rd row. So having YES in the Is Subscribed column would technically have been seen there before (even though in the NEW version of the row, it had not existed prior.
- Google Sheets doesn’t have a “row ID” that follows the row, unlike Airtable (that Troy mentioned) that does have a Record ID that uniquely identifies the record.
All of this means that if you insert rows into the middle of a worksheet, delete rows or move them around that’s going to affect things. So even though you know that in the row for Nick Simard you definitely never had YES in the Is Subscribed column, if a row in that position ever did, then it’s not considered updated.
Whew! Confusing, I know. Hopefully some of this helps!