Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
wi...@airbus.com <wi...@airbus.com> #3
Same issue
jp...@google.com <jp...@google.com> #4
Verified with:
const SPREADSHEET_ID = "1llnOlPeUuNAq2xwXw9q3ryubX8H098e9r-XjyZWG_1A";
function test() {
const ss = SpreadsheetApp.openById(SPREADSHEET_ID);
const sheet = ss.getSheets()[0];
const v = sheet.createTextFinder('a');
console.log(Object.getOwnPropertyNames(v));
}
jp...@google.com <jp...@google.com> #5
I have reported this to the engineering team and future updates will be shared here. Thank you for your patience.
un...@gmail.com <un...@gmail.com> #6
As of January 22, 2025, the same error persists.
When running the GAS script attached to this spreadsheet, I encounter the error: “TypeError: Cannot read properties of undefined (reading ‘indexOf’).”
However, when I share this spreadsheet with another account and run the GAS script from the shared account, it works without any errors.
I have attached images for both cases.
ko...@gmail.com <ko...@gmail.com> #7
Comment has been deleted.
ko...@gmail.com <ko...@gmail.com> #8
It's been about three months since the problem started, what progress has been made?
Description
The createTextFinder method is supposed to return a TextFinder object as usual, but instead, it is returning an object called FindReplaceText.
▼Expected Log
▼Actual Log