Skip to main content
Question

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

  • 19 December 2023
  • 1 reply
  • 13 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.

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.