🔨 Minor changes

This commit is contained in:
Tanay Pant 2021-04-13 08:56:06 +02:00
parent 951ddc74c3
commit 0b312016c6

View File

@ -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