From d3dbbbb99897c9790a290beec9b6d9e0ebd129b7 Mon Sep 17 00:00:00 2001 From: Jacob H <30960040+jdhigh@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:44:14 -0400 Subject: [PATCH] Update maker-kit.md There is no longer a path to "Add row to spreadsheet" from within Google Drive. Instead, it can be done by selecting Google Sheets, and from within Google Sheets you can find "Add row to spreadsheet." --- src/content/tutorials/projects/maker-kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tutorials/projects/maker-kit.md b/src/content/tutorials/projects/maker-kit.md index f6a4ff9044..d2473ffc48 100644 --- a/src/content/tutorials/projects/maker-kit.md +++ b/src/content/tutorials/projects/maker-kit.md @@ -900,7 +900,7 @@ Click on **My Applets** at the bottom of the page to start the creation of your * Step 1: Select **Particle** from the services list. You'll be prompted to connect your Particle account to IFTTT if you have not done so already. * Step 2: Select **New event published** * Step 3: Enter `temperature` in the **If (Event Name)** field, and select your device in the **Device Name or ID** field. -* Step 4: Select **Google Drive** from the integrations list. You'll be prompted to connect your Google Drive account to IFTTT if you have not done so already. +* Step 4: Select **Google Sheets** from the integrations list. You'll be prompted to connect your Google Sheets account to IFTTT if you have not done so already. * Step 5: Select **Add row to spreadsheet** * Step 6: Paste the following line into the **Formatted Row** box: `=DATEVALUE(SUBSTITUTE("\{{CreatedAt}}"," at ", " "))|||=TIMEVALUE(SUBSTITUTE("\{{CreatedAt}}"," at ", " "))|||\{{EventContents}}`. This line makes separate columns for the date, time, and temperature. * Step 7: Click **Next** and then **Finish**!