Increment for a particular row and column is very straight forward. I am trying to increment for a particular column but with all the rows. For example, if I have 10 rows of data with columns A to D and I want to increment column D for all 10 rows, how would I set this up?
On Business/Enterprise, you can use a Call API action to edit multiple rows at once with a batch API call to Glide.
On Pro, you can send a webhook payload to Make.com that contains all the rowIDs of the relevant rows, plus their new value after adjustment. Use a HTTP module to adjust the rows.