mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Data Table Node): Add bulk insert mode (no-changelog) (#19294)
This commit is contained in:
@@ -157,7 +157,7 @@ export const insertDataStoreRowApi = async (
|
||||
'POST',
|
||||
`/projects/${projectId}/data-tables/${dataStoreId}/insert`,
|
||||
{
|
||||
returnData: true,
|
||||
returnType: 'all',
|
||||
data: [row],
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user