Bruce · Stack Overflow

Score of -8

0 answers

105 views

Google Apps Script that Claude wrote for me turning red [closed]

I asked Claude to write a script for me to create and link to a site that will give me volatility information on stock tickers that are on a watchlist. The code is mostly red. Claude says it is ...

  • reputation score 1

Score of 1

3 answers

87 views

Gmail Filter Export xml file schema not supported?

I exported a set of Gmail Filters to xml file. I am trying to parse this XML file in Google Apps Script. Primary goal is to retrieve the rule text in the apps:property name="hasTheWord" ...

  • reputation score 11

Score of 0

1 answer

112 views

Google Sheets does not recalculate cell dependent on sheet name

I use a formula which is based on sheet name. I name sheets by year and month in a form like this "YYYY-MM" (e.g. "2026-08"). In that way, I would duplicate sheets and cell name ...

  • reputation score 230

Score of 0

2 answers

190 views

Automatic Static Date Stamp

I'm trying to add an automatic static timestamp in this ticketing process: Sheet A column B is labeled "Data Received". The user manually inputs the date when they receive a ticket. When ...

  • reputation score 3

Score of 1

1 answer

263 views

429 Error on Google Sheets script pulling from Google Books API

I've created a Google Sheet where I enter a book ISBN in cell A2 and want the book title returned in cell B2 upon the click of a button that I've associated with function getBookData(). However, my ...

  • reputation score 13

Score of 0

1 answer

163 views

Google Sheets doesn't catch the user email via event [duplicate]

The task is: several users edit Google Sheets table. All of them have Editor's role. Some of the users are masterusers - they can edit everything. Some are clients - they can edit only empty time-...

  • reputation score 356

Score of 0

1 answer

190 views

Static URL for Google Apps script? [duplicate]

Although each project has a name, Google Apps scripts use an automatically generated URL to make them available via the internet. This URL changes with each iteration of the code. Meanwhile a schedule ...

  • reputation score 48378

Read the original on stackoverflow.com ↗