Cannot configure Filter Node
I cannot set up the filter node with dynamic values coming from previous steps.
is this a problem only on self-hosted version or has anyone experienced similar issues?

5 Replies
I work with self-hosted and can get this working, what version (tag) are you working on?
The latest version:
v1.11.5
It is some kind of wird error, because if I create the whole automation from scratch then it the Search Node sees the previous nodes variables, but if I go forward and make more modifications, then it may just error out like this.
at least this is what happened 3 times around.
Have you put the example response in webhook node?
Yes, I have instrted the exact example of a body rquest that should be arriving.
{
"email": "user@example.com",
"message": "Workflow was started",
"last_name": "Doe",
"first_name": "John",
"phone_number": "+1234567890"
}
is it possible that this messes up the throughput?
It shouldn't and I don't see any reason why it should be disabled, @thomast could you please take a look?