0
我想獲得一個腳本,檢查谷歌應用程序腳本中的很多複選框,所有名爲ij,其中j是從0到73的數字 在回調中有任何方法e.parameter.ij就像我在下面Apps腳本 - 電子參數
for (var j = 0; j <= 73; j++) {
var ij = 'i'+j
if(e.parameter.ij == 'true'){
cell = sheet.getRange(j, column).setValue(awardValue);
}