fix: Update operations to run per item (#8967)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Michael Kret
2024-05-22 15:28:09 +03:00
committed by GitHub
parent 870412f093
commit ef9d4aba90
12 changed files with 611 additions and 442 deletions

View File

@@ -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',
},
{