Webhook does not go through Edit Fields

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.

Here is data arrive

Here is data inside the Edit Field node… but is not passed

But id I click Test Step data is passed

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

  • Operating system:
    LXC Ubuntu 22.04

Hi @Denis

Thanks for posting here and welcome to the community! :tada:

That’s indeed pretty odd :thinking: Are you using the new canvas? (You can check in your workflow settings)

I was not able to reproduce this

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

oh i see now what you mean! Sorry

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.

Made a little GIF to demonstrate this -
CleanShot 2024-11-27 at 18.45.00

Let me know if that clarifies it? :slight_smile:

2 Likes

Sorry I didn’t see you replay
I understand now… and thanks a lot.
Denis

1 Like

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