Skip to main content
Question

How to set up a Zap to send an email when a specific column in a sheet is updated?

  • September 19, 2023
  • 8 replies
  • 290 views

Forum|alt.badge.img

How do i trigger a zap for a change in a column?

Currently we have a column for revisions and is updated each time we get a revision from a customer. How do i set up a zap that once the cell (in that specific column) is changed in any sort that i get an email? 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

8 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 19, 2023

Hi @danielle879235 

Good question.

Make sure to review the available help articles for using GSheets in Zaps: https://zapier.com/apps/google-sheets/help

 

“New or Updated Spreadsheet Row” trigger behavior

If you’re using the New or Updated Spreadsheet Row trigger and choose Any column to monitor, any change to a row will trigger your Zap. If you select a specific column, then the Zap will only trigger when there are changes on that column.

miscEye icon Note

Zaps using New or Updated Spreadsheet Row will also trigger for any new rows in the spreadsheet, even if the specified column is blank. To avoid triggering in those cases, add a Filter step to your Zap.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 19, 2023

@danielle879235 

The "Updated Spreadsheet Row" trigger stopped triggering

If you're watching for changes to a column, we only see new values in that column. If you update the column of an existing row to a value that Zapier previously saw in that column, in that row, we won't see the new value. You will need to either choose a column that will only have unique values, or make a new one which will.

For example, if you had X in the Trigger column, then changed it to Y, the Zap would trigger. If you then changed it back to X it would not trigger again, because the Zap has already seen X in that column.


Forum|alt.badge.img
  • Author
  • Beginner
  • September 19, 2023

Yes, i am trying to figure out the filter part. Look what i attached as original post-- with those settings, its not triggering a zap. 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 19, 2023

@danielle879235 

The Zap Filter step as it’s currently configured will never pass because it’s comparing to itself on both sides.

Try setting a static value on the right side.

 


Forum|alt.badge.img
  • Author
  • Beginner
  • September 20, 2023

Thank you. I want it to trigger if anything changes in the attached, so instead of rev 3, if it changed to rev 4, i want an alert. Basically, if anything in that cell changes, i want an alert


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 20, 2023

@danielle879235 

In the Zap trigger step you can specify the column to watch.

Then in the Zap Filter step for the middle operator use: exists


Forum|alt.badge.img
  • Author
  • Beginner
  • September 20, 2023

sorry- still not getting it. the way currently working, attached, nothing comes up

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 20, 2023

@danielle879235 

We would need to see screenshots with how all your Zap steps are configured to have full context.