Hello everyone! I just started using n8n and it looks awesome. I have been using a platform its name starting with Z for quite some time and it got very expensive very fast
)
I am hoping I can get some help here.
I have a webhook setup, which a camera tether software is sending data to. from what I can see one trigger on the app side, results in 8 executions on the n8n node. I need to pass the data to that are coming at the 2nd execution only. Any other datas/executions are not needed. Can any one help me accomplish that ? I am sorry for the rookie question here ![]()
Thanks
{
“nodes”: [
{
“parameters”: {
“path”: “4507a620-9757-47fe-8148-cc06baf4034f”,
“options”: {
“responseData”: “connected berti”,
“responseHeaders”: {
“entries”: [
{
“name”: “test”,
“value”: “anil”
}
]
}
}
},
“name”: “Webhook”,
“type”: “n8n-nodes-base.webhook”,
“typeVersion”: 1,
“position”: [
400,
300
],
“webhookId”: “4507a620-9757-47fe-8148-cc06baf4034f”
}
],
“connections”: {}
}
Describe the issue/error/question
What is the error message (if any)?
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]:
