111 questions
When creating folders in GAS, if the folder name is Alphabet, it will be created correctly, but if it is in kanji or hiragana, it may or may not be created.Even if it is not created, the child folder ...
[Situation]From around last week, the script that was available until now suddenly disappeared when I opened the spreadsheet.[Error Contents]When I opened the script editor and asked them to run the t...
When Google Apps Script takes time to process doPost, doPost was called again (after 2 minutes), so I tried to prevent it from re-entering with LockService getUserLock and getScriptLock, but I could g...
When I copied the code to send Gmail from the GAS code that I was able to execute before, I encountered a transmission error.The code is as follows:function send_mail(){ var recipient='recipient@examp...
▼PurposeI would like to use Google form embedded in the inquiry page on the homepage, but I would like to transfer to a specific page (thanks page) after submit to measure the number of inquiries comp...
We are currently using Google apps script to create a code that reflects the value of the post form created in index.html in the Google spreadsheet.If you try to retrieve the selected value from the d...
Create a template HTML in Google Apps Script and display it in doGet.Is it possible to specify the URL of the script in iframe and view it from other sites?index.html <html><body> <? va...
I am using Google apps script.I am logging in to a site.
There is something I would like you to tell me something.I was an amateur at all, and I looked into this and that for a few days, but I didn't understand.If anyone knows, I would like to ask for your ...
V8 runtime is now available on the GAS.https://developers.google.com/apps-script/guides/v8-runtime?hl=jaHowever, when calling the HtmlService.getUserAgent() function, the legacy Rhino engine returned ...
« | - 10 - | » |
© 2024 OneMinuteCode. All rights reserved.