Unable to finish a workflow

Describe the problem/error/question

I am unable to finish a workflow without error - it throws an error in the last node mentioning “All nodes have not been run between start and end”

What is the error message (if any)?

pairedItem can’t be found when intermediate nodes between ‘Webhook‘ and ‘WhatsApp Business Cloud11 have not executed yet.
Stack trace

ExpressionError: Can’t get data for expression at createExpressionError (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:484:20) at pairedItemMethod (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:786:43) at Object.get (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/WorkflowDataProxy.js:820:40) at Proxy.eval (eval at getFunction (/usr/local/lib/node_modules/n8n/node_modules/@n8n/tournament/dist/FunctionEvaluator.js:14:22), :6:54) at FunctionEvaluator.evaluate (/usr/local/lib/node_modules/n8n/node_modules/@n8n/tournament/dist/FunctionEvaluator.js:20:19) at Tournament.execute (/usr/local/lib/node_modules/n8n/node_modules/@n8n/tournament/dist/index.js:43:31) at evaluateExpression (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/ExpressionEvaluatorProxy.js:123:16) at Expression.renderExpression (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:238:70) at Expression.resolveSimpleParameterValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:217:34) at resolveParameterValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Expression.js:297:25)

Please share your workflow

(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
It should send a WA message with the mentioned details

## Information on your n8n setup
- **n8n version:** 1.82.1
- **Database (default: SQLite):** postgres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** 
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** self-hosted n8n
- **Operating system:**

hello @pingmepi

use $('Webhook').first().json instead of the $('Webhook').item.json. When you have multiple outbound connections to nodes, you can’t use .item.json property

3 Likes

Thanks @barn4k - this successfully ran!

Had the same issue and worked for me now. Thanks

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