Set a numeric value across multiple rows

I am implementing a calculator in my application but I want to make the “Reset amounts” button set the quantity of that product to zero, because currently they are done manually from each item:


I want this button to set a value of 0 in several rows of my calculator table.

You will like this:

If you’re on a paid plan, you can use a button to trigger a webhook workflow, then loop through the related rows and set them to 0.

Using Glide API with mutations would be faster tho. It will be one shot. Webhook loops still have delay between each iteration.