Question

How do I increase the minimum value in a record by 1 using Zapier Tables?

  • 19 December 2023
  • 1 reply
  • 10 views

I want to find the record in a Zapier Table that has the minimum value.

After that, I will increase the value of that row by 1.

I don’t know if I can do this with loops over a table or if I need to write code.


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

Userlevel 7
Badge +14

Hi @marianorenteria 

Good question.

You can use this Zap action, then will likely need to use Code to find the row with the min value, to then have the record ID returned along with the min value.

Also, you’ll need to add logic for how to handle if there are multiple records with the same min value.