我使用app脚本并尝试通过API从返回数组中获取值,这是返回数组: {data=[{first=[[10, 1], [14, 0], [13, 5]}]}var request = UrlFetchApp.fetch(url);// this is the code toget value
const value= json.data
因此,我希望能够运行一个脚本来突出显示我的ListItems的不同部分,这样它们就更容易返回和阅读。我对javascript是新手,对Googleapps脚本也是新手。var item in listItems){ if (item.Attribute.NESTING_LEVEL == 0)我得到的错误是:
TypeError: Cannotread
我已经使用了我在网络上找到的多个脚本,并且遇到了同样的问题。我有几个google docs表单,我需要通过电子邮件接收提交的数据(不仅仅是通知表单已经提交,相应的电子表格已经更新)。s = SpreadsheetApp.getActiveSheet();// that sends the email.MailApp.sendEmail