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