Hi guys,
Does the Rate Limits of Google Sheets refer to reading/writing every column as "One Operation" or is this per call? Cause I have a workflow where I check for entries in a Google Sheet. If its not there then we write into that sheet into 7 columns at once... then we move on to the next item. Even though I included pauses between the calls it tells me that I reached the limits after about 17 runs. Reading 2 columns and writing into 7 per run.
I guess I am limited to 60 per minute each. If its per column read/write operation that would explain my error but I am not sure.