mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user