mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Update operations to run per item (#8967)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
@@ -27,12 +27,13 @@ export const tableOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get All Columns',
|
||||
value: 'getAllColumns',
|
||||
description: 'Get all columns in a table',
|
||||
action: 'Get all columns',
|
||||
},
|
||||
{
|
||||
name: 'Get All Rows',
|
||||
value: 'getAllRows',
|
||||
description: 'Get all the rows',
|
||||
description: 'Get all rows in a table',
|
||||
action: 'Get all rows',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user