mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08: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:
parent
88efb99587
commit
b1f678856b
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue