Hi there all,
I try a lot of time to use the Webhook call but when the data arrive in Edit
Fields node, the string is stop there and don’t want to go through.
I test Webhook in test mode with active and non active workflow.
If I test the chat and telegram node is work.
What can be the problem please ?
Thanks in advance
Denis
Information on your n8n setup
n8n version:
1.68.0
Database (default: SQLite):
default: SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main):
don’t know what and where is it
Running n8n via (Docker, npm, n8n cloud, desktop app):
docker
Can you share your workflow ideally with some dummy data, so I can copy it with the same settings that you have?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
Thanks a lot for the answer (and for the welcome:-)
No … I’m still using the old canvas…
But I forget to write something… if I call it in Production Mode and I go in the Execution workflow(like you are now), it’s work.
It’s not work is I go in test mod call, and I work in the Editor workflow.
It stop at the Edit Fields node…
But the other calls it’s work wel (chat and telegram call)
I hope the work flow will work cause I have deleted a lot of ID’s for privacy.
Thanks a lot again
Denis
The difference is basically how you are testing the workflow. Either by testing from the node itself or the whole workflow.
The difference is (as with any other node) if you test it from within the single node, the flow will only go as far as the current node output. Hence it doesn’t continue on with the Edit Fields node.