Skip to main content
Best answer

Updating a Google Sheet Row by adding 1.

  • May 11, 2020
  • 1 reply
  • 706 views

I’m currently using a software that will update every single time a person opens an email.

The software itself doesn’t give a variable as to how many times this person has opened an email, however, I can update a row every time some does open an email.

 

That means that every time the zap triggers and I use it to find a row (create one if it doesn’t exist) I can ADD 1 to the cell in question.

 

I was wondering what I can use in Zapier in this particular section:

 

To simply add whatever is in there by the number 1.

 

Does anyone have any experience with this?

Best answer by AndrewJDavison_LuhhuBest answer by AndrewJDavison_Luhhu

Hi @kevinparady94 

So, you’ll want to add 3 steps:

  1. Lookup Spreadsheet Row - use this to get the row with the number,
  2. Formatter->Number->Perform Mathematical Function - take number from previous step + 1
  3. Update Spreadsheet Row - use this to update the row with result from previous step.
View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

Hi @kevinparady94 

So, you’ll want to add 3 steps:

  1. Lookup Spreadsheet Row - use this to get the row with the number,
  2. Formatter->Number->Perform Mathematical Function - take number from previous step + 1
  3. Update Spreadsheet Row - use this to update the row with result from previous step.