Problem with Attachments in Google Apps Script

后端 未结 0 754
离开以前
离开以前 2021-01-07 01:15

I have this code below:

    reportPDF = doc.getAs(\'application/pdf\')
    reportPDF.setName(\'Automated report - \'+ rows[0][0] + ".pdf");
    
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题