Category "google-apps-script"

What is the expiry of property we set using d Properties.setProperty(key, value) method of Class PropertiesService

I am unable to find what is the expiry of property we set using Properties.setProperty(key, value) method of Class PropertiesService. I know we can delete it us

Google App Script on form submit trigger: deployed in the spreadsheet vs deployed in the form

Intuitively, I set a on form submit function in the form's script editor and set the trigger accordingly. function onSubmit(e) { console.log(e); } However, th

How I can parser table values from google apps script

I'm using that in a cell but I have a lot of problems to get the information because many times the sheet is "loading" and does not load the information =QUERY(

If else if statement for variable to another variable

I need to have a Google Form that returns the result of variable2 depends on the result of variable1. The code runs successfully but the variable 2 does not cha

How to translate only text in formatted HTML code using Google Apps Script?

I have been trying to translate text from HTML code. Here is an example: var s = '<span>X stopped the</span><icon></icon><subject>

using JSON.parse in DocumentApp

It seems I can't parse a json file in a Document script despite it's possible via a DriveApp script. Here is a reproducible example : edit a json valid file and

Cannot publish Editor addon on google workspace marketplace -Menu options not shown after App is installed. Please ensure that the add-on correctly

I try to publish an Editor Add-on for Google Sheet into the workspace marketplace. But I'm struck on the review. With this message : The App doesn’t meet

Appscript to clear data, Leaving Header (first row) intact

I have a spreadsheet that I would like to create an app script function to clear data/set values from certain cells. It also needs to work up to the last row, a

Images uploaded from Safari gets cut off

I have a form in a web app where you can upload an image, and then i send a POST call to a GAS script. Then in the GAS script i save the image in a Google drive

How can I receive the current displayed week of google calendar with app-script?

I cannot find any property receiving the currently for the user displayed calendar week with google apps-script here What I want to do is: Extract the start and

Google Script: Sort Array of Email Addresses to Remove Duplicates

I pull data from a Google Event Calendar. The events include multiple point of contact e-mails (Primary, Secondary, etc.) I am currently able to collect ALL of

Need to make simple read and update webapp using appscript

I have a google sheet like this I Need to make a google appscript webapp like below with the above sheet. only the price field need to be editable. When it is

Develop automation in Google Sheets to schedule updates in third party database

We have scales for which we upload data based on a Google sheet that we maintain. The Google Sheet translates the data into the correct configuration and we exp

How to get information about all videos of a channel to Google Sheets with Google Apps Script

I want to list all videos of a YouTube channel in Google Sheets and see statistics if possible. How to achieve this with Google Apps Script?

Sum only numbers given a string

How can one create an Apps Script function to sum only numbers given a string. I've been able to do this using this regular formula within Google Sheets: =SUM(S

comma error while importing csv using appscript to google sheets

I am trying to import a csv file to google sheets via google appscript. everything works well except in the last few rows the data is being copied after skippin

comma error while importing csv using appscript to google sheets

I am trying to import a csv file to google sheets via google appscript. everything works well except in the last few rows the data is being copied after skippin

Image path URL not Rending right in google apps script

I am trying to build an web app using apps script it was working well till yesterday but I don't know why my password recovery pages not rendering right. the im

Google Apps Script search function needs to compare strings containing numbers and letters

So I'm building an incredibly simple database (really just a minor in-sheet MVC) to standardize data storage practices in order to automate some things. I'm try

How to get the current price of a cryptocurrency on google sheets from coinmarketcap?

On a google sheets cell I want to get only the current cryptocurrency price with this formula: =ValueCrypto(A1) I tried this function for coinmarketcap: functi