Bug - Webhook + Split Out

Describe the problem/error/question

There is a bug in splitting out a List after a Webhook Node

What is the error message (if any)?

Please share your workflow

Screenshot 2024-09-07 at 12.52.03

{
“meta”: {
“instanceId”: “7be2a549363f6210ed4ea212f9e13eac71c80724032df8310aa6ff7bd9c67ab1”
},
“nodes”: [
{
“parameters”: {
“fieldToSplitOut”: “={{ $json.body.task.capturedLists[‘Upcoming Events’] }}”,
“include”: “selectedOtherFields”,
“fieldsToInclude”: “=”,
“options”: {}
},
“id”: “9cecb241-a6c5-421a-86c4-0e9ae38084cc”,
“name”: “Split Out”,
“type”: “n8n-nodes-base.splitOut”,
“typeVersion”: 1,
“position”: [
640,
240
],
“executeOnce”: false
},
{
“parameters”: {
“httpMethod”: “POST”,
“path”: “c17cced8-4e0b-4d69-b0c2-03c41d3259ac”,
“options”: {}
},
“id”: “1b7e829c-d9f8-4ee3-b458-1ff908b6b22c”,
“name”: “Webhook”,
“type”: “n8n-nodes-base.webhook”,
“typeVersion”: 2,
“position”: [
440,
240
],
“webhookId”: “c17cced8-4e0b-4d69-b0c2-03c41d3259ac”
}
],
“connections”: {
“Webhook”: {
“main”: [
[
{
“node”: “Split Out”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {}
}

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
    1.56.2 (Cloud)
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • Operating system: MacOS

Hi @Kevin_Lourd1

That is not a bug. It asks you for the field to split out, this normally is not an expression, as the expression will result in the value of the field and that is not what the parameter is asking you to put in. :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.