#Cannot configure Filter Node

1 messages · Page 1 of 1 (latest)

whole lily
#

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?

old quail
#

I work with self-hosted and can get this working, what version (tag) are you working on?

whole lily
#

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.

warm edge
#

Have you put the example response in webhook node?

whole lily
#

Yes, I have instrted the exact example of a body rquest that should be arriving.

{
"email": "[email protected]",
"message": "Workflow was started",
"last_name": "Doe",
"first_name": "John",
"phone_number": "+1234567890"
}

is it possible that this messes up the throughput?

warm edge
#

It shouldn't and I don't see any reason why it should be disabled, @hot escarp could you please take a look?