May I get some help on googlescript? This script is actually downloading responses from typeform into googlesheet. I have an issue in downloading.
error message:
incorrect range width, was 11 but should be 12 At this line:
doc.clearContents();
doc.getRange("A1:L" + array.length).setValues(array);