Questions tagged as 'google-apps-script'

1
answer

Field Sent By (Sent By) on GMail with Google Apps Script

Search this site, both in English and Spanish, also check Google documentation and nothing. When you use GMail, you can give permission to another person to use your mail, that includes being able to send emails in your name, that is what is...
asked by 02.03.2017 / 18:18
2
answers

Log in and send data with GAS

I am working with a code that should validate a user and open a form with filtered data for that user. To open the form after validating, use a dynamic method that was published here and works well for me: var rutaWeb = ScriptApp.getService()....
asked by 15.03.2018 / 06:05
2
answers

Use a response text to define a section break

I need to create a form using a script, it should have the distinction of being divided into several pages. The functionality that I must generate is that in the first screen ask for the email, and when clicking on next one you should check if t...
asked by 27.06.2017 / 17:51
1
answer

Is it possible to transfer ownership of Google Drive files to another account?

I was told that Google Drive works differently from ordinary file managers and that it is not possible to change the owner either through the user interface, or using the Drive Google Apps Script service or the Google Drive API Is this correc...
asked by 30.03.2017 / 16:33
3
answers

How to show another page in google apps script?

I have little experience using GAS HtmlService, I managed to run some js on the page that I started, but I want you to stop showing the first page and that when you consume a new page, show it to me with the parameters that you sent to a functio...
asked by 06.04.2017 / 16:30
2
answers

Do you know how to access the rows resulting from applying a filter in a spreadsheet using Google App Script?

Good, I want to access the rows resulting from applying a filter on a sheet spreadsheet but it is impossible, I can not do it in any way, it always takes me all. I thought it read in some pages that at the moment there was no way (long entries)...
asked by 12.02.2017 / 23:18
1
answer

Send mail when a cell is changed and several conditions are met

I have been trying to find an answer for this specific problem and I can not find the right answer. I have a spreadsheet and I want it to send an email every time the cell data is modified in the L column of a particular sheet, I have a project...
asked by 24.01.2017 / 13:31
1
answer

Save doc sent by mail created by script in shared unit

I have created a function in script so that when a user completes a form, the answers go to a spreadsheet, a macro is generated (in script) that I send a doc attached in an email to the user with specific data. I can save this document in my per...
asked by 08.08.2018 / 16:34
1
answer

Add Apps script to Google sites

Today in the morning I had a problem. I've been trying to add an Apps script to my google sites. And I can not achieve it, well supposedly if it is added but nothing is shown. Each time you add a script, only those lines appear below the p...
asked by 06.03.2018 / 21:29
1
answer

Include Script associated with a google script form

I'm doing a small project  with two forms in the same spreadsheet, all the code worked well until I followed the recommendations shown in one of the answers to How to show another page in google apps script? Once I did that, the script co...
asked by 18.07.2017 / 08:25