EN VI
Posts (0)
Questions (5)
2024-03-09 23:00:31
In your showing script, how about the following modification? Modified script: function myFunctiondd() { var deckID = "SLIDE_ID"; var slide = SlidesApp.openById(deckID).getSlides()[0]; const bl...
2024-03-13 16:30:05
One way is to use my appendRows_() utility function, like this: // Appends invoices data to the sheet. appendRows_(invoicesSheet, invoices); For that to work, you will need to paste the appendRow...
2024-03-14 09:00:07
In your situation, as a simple modification, how about converting the sheet to CSV data using an endpoint? When this is reflected in your showing script, it becomes as follows. Please modify your func...
2024-03-15 10:30:04
Try it this way: SellTarget, Price and EmailSent are two dimensional arrays not flat. function sendEmail() { const ss = SpreadsheetApp.getActive(); const sh = ss.getSheetByName("Sell Targets");...
2024-03-16 10:30:05
Getting Form Title What's happening with your code is that you are trying to get the Question type and compare it with your supposed Form Title. I created a fix with your form title part of code. Samp...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login