1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

docs(Google Sheets Node): Change Get Many to Get Row(s) (#7677)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Jon 2023-11-15 10:05:36 +00:00 committed by GitHub
parent 88efb99587
commit b1f678856b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,10 +60,10 @@ export const descriptions: INodeProperties[] = [
action: 'Delete rows or columns from sheet',
},
{
name: 'Get Many Rows',
name: 'Get Row(s)',
value: 'read',
description: 'Retrieves all the rows in a sheet',
action: 'Get many rows in sheet',
description: 'Retrieve one or more rows from a sheet',
action: 'Get row(s) in sheet',
},
{
name: 'Update Row',