Skip to content
Advertisement

Tag: google-apps-script

How to push 1 D array to a column

I’m trying to push 1D array to a column but Im keep getting that error “Exception: The parameters (number[]) don’t match the method signature for SpreadsheetApp.Range.setValues.” which what I understood is that I cant use setValues for 1D array, it has to be 2D array or more. Here is my code. I tried to add before the setValues statement but

Advertisement