apps-script-intro-codelab
apps-script-intro-codelab copied to clipboard
Running sendMap function doesn't do anything; you have to click "Run." for it to work.
Once I run this code I receive this error message and the authorization page is not shown. 6:58:52 PM Warning This project requires access to your Google Account to run....
Found a small typo in this codelab's documentation. On [https://codelabs.developers.google.com/codelabs/apps-script-intro/#4](https://codelabs.developers.google.com/codelabs/apps-script-intro/#4), in the paragraph below this line of code: ```javascript var sheet = SpreadsheetApp.getActiveSheet(); ``` The text `and assigns to the...
Failed to validate the config schema at '.github/sync-repo-settings.yaml': [ { "instancePath": "/permissionRules/1/permission", "schemaPath": "#/properties/permissionRules/items/properties/permission/enum", "keyword": "enum", "params": { "allowedValues": [ "pull", "push", "admin" ] }, "message": "must be equal to...
The script editor is no longer under Tools in Google Sheets, but under Extensions -> App Script
Apologies for opening a report here instead of directly for the Codelab in question - I'm not seeing a bug report link there and cannot find the repo either. The...