Describe the issue/error/question
I want to create a simple workflow that goes through all the items received from a webhook.
But my workflow just runs the SearchbyColumn node once and not for all data.
To be seen in the screenshot:
Does any one have an idea why?
Please share the workflow
Share the output returned by the last node
Input:
[
{
"0": "11",
"1": "1604x1596",
"2": "van",
"3": "bicycle",
"4": "5.66",
"5": "1662972813266",
"6": "30.72"
},
{
"0": "10",
"1": "1560x1532",
"2": "car",
"3": "pedestrian",
"4": "30.03",
"5": "1662972720233",
"6": "5.66"
},
{
"0": "9",
"1": "1534x1532",
"2": "car",
"3": "pedestrian",
"4": "22.00",
"5": "1662972720233",
"6": "6.01"
},
{
"0": "8",
"1": "1531x1532",
"2": "car",
"3": "pedestrian",
"4": "0.20",
"5": "1662972720232",
"6": "5.02"
},
{
"0": "7",
"1": "1507x1510",
"2": "car",
"3": "pedestrian",
"4": "4.92",
"5": "1662972632432",
"6": "27.65"
},
{
"0": "6",
"1": "1484x1485",
"2": "car",
"3": "pedestrian",
"4": "7.49",
"5": "1662972558566",
"6": "23.11"
},
{
"0": "5",
"1": "1256x1260",
"2": "car",
"3": "bicycle",
"4": "1.13",
"5": "1662972312166",
"6": "22.00"
},
{
"0": "4",
"1": "1257x1260",
"2": "car",
"3": "bicycle",
"4": "5.89",
"5": "1662972312166",
"6": "24.57"
},
{
"0": "3",
"1": "1202x1196",
"2": "car",
"3": "pedestrian",
"4": "4.66",
"5": "1662972208433",
"6": "5.34"
},
{
"0": "2",
"1": "648x656",
"2": "car",
"3": "bicycle",
"4": "5.73",
"5": "1662970861466",
"6": "27.68"
}
]
Output:
[
{
"id": "3220896668",
"name": "1604x1596_Conflichts_ABBW",
"created_at": "2022-09-12T12:47:44Z",
"state": "active",
"board": {
"id": "3178950493"
},
"column_values": [
{
"id": "datum",
"text": "",
"title": "Tag",
"type": "date",
"value": null,
"additional_info": null
},
{
"id": "dup__of_table",
"text": null,
"title": "Kamera",
"type": "color",
"value": null,
"additional_info": null
},
{
"id": "dup__of_category_1",
"text": null,
"title": "Table",
"type": "color",
"value": null,
"additional_info": null
},
{
"id": "status3",
"text": null,
"title": "Category 1",
"type": "color",
"value": null,
"additional_info": null
},
{
"id": "status8",
"text": null,
"title": "Category 2",
"type": "color",
"value": null,
"additional_info": null
},
{
"id": "zahlen",
"text": "",
"title": "Duration",
"type": "numeric",
"value": null,
"additional_info": null
},
{
"id": "text",
"text": "",
"title": "Timestamp Start",
"type": "text",
"value": null,
"additional_info": null
},
{
"id": "zahlen9",
"text": "",
"title": "Avg Speed Velo",
"type": "numeric",
"value": null,
"additional_info": null
},
{
"id": "erstellungsprotokoll",
"text": "2022-09-12 12:47:44 UTC",
"title": "Erstellungsprotokoll",
"type": "pulse-log",
"value": null,
"additional_info": null
}
]
}
]
Information on your n8n setup
- n8n version: [email protected]
- Database you’re using: SQLite
- Running n8n via n8n.cloud