From 0b312016c6699edb88ee247c25f76216ee3f9933 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Tue, 13 Apr 2021 08:56:06 +0200 Subject: [PATCH] :hammer: Minor changes --- docs/nodes/nodes-library/nodes/GoogleSheets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/nodes-library/nodes/GoogleSheets/README.md b/docs/nodes/nodes-library/nodes/GoogleSheets/README.md index 448702b24..b803908e4 100644 --- a/docs/nodes/nodes-library/nodes/GoogleSheets/README.md +++ b/docs/nodes/nodes-library/nodes/GoogleSheets/README.md @@ -205,7 +205,7 @@ By default, the Lookup operation returns only the first value that it matches. T ### How to specify a sheet? -By default, the Google Sheets node will operate on the default sheet, `Sheet 1`. If you rename the sheet or want to use a different sheet, you have to specify the sheet. You can mention the sheet in the ***Range*** field. For example, if you need to use a sheet named `n8n` for the range `A` to `H`, enter `n8n!A:H` in the ***Range*** field. +By default, the Google Sheets node will operate on the default sheet, `Sheet 1`. If you rename the sheet or want to use a different sheet, you have to specify the name of the sheet. You can do that in the ***Range*** field. For example, if you need to use a sheet named `n8n` for the range `A` to `H`, enter `n8n!A:H` in the ***Range*** field. ## Further Reading