From 23afb6369ce57d141c6ef3c99347abd9f95aed88 Mon Sep 17 00:00:00 2001 From: "Hekate V. Lunasri" <36681220+KayLotura2@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:23:27 -0700 Subject: [PATCH] Update README.md Google Sheets relocated the apps script IDE. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a95dd..4e02282 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Provides a custom function to selectively extract data from a JSON or GraphQL AP To add this custom function to your spreadsheet, follow this procedure: 1. Open the spreadsheet in your browser. -2. Select the `Tools > Script editor` menu option. This will open a script editor window. You will need to copy and paste the function code into a blank script file. +2. Select the `Extensions > Apps Script` menu option. This will open a script editor window. You will need to copy and paste the function code into a blank script file. 4. Copy the entire contents of the IMPORTJSONAPI.gs file. The raw file can found [here](https://raw.githubusercontent.com/qeet/IMPORTJSONAPI/master/IMPORTJSONAPI.gs). 5. Paste this into the blank Code.gs script file or another blank script file that you have created. 6. Now save the script by clicking the `Save project` button.