fix: use splitInBatches with basePath option instead of itemLists
- Revert to splitInBatches node type for compatibility - Add basePath option set to 'data' to extract items from data array - This tells n8n to iterate over the data array specifically
This commit is contained in:
@@ -32,12 +32,14 @@
|
|||||||
{
|
{
|
||||||
"id": "uuid-split-results",
|
"id": "uuid-split-results",
|
||||||
"name": "Split Results",
|
"name": "Split Results",
|
||||||
"type": "n8n-nodes-base.itemLists",
|
"type": "n8n-nodes-base.splitInBatches",
|
||||||
"typeVersion": 4,
|
"typeVersion": 3,
|
||||||
"position": [650, 200],
|
"position": [650, 200],
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"mode": "splitOut",
|
"batchSize": 1,
|
||||||
"splitField": "data"
|
"options": {
|
||||||
|
"basePath": "data"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user