Input Node gets reset to the last node current node it connected to. Why?

Describe the problem/error/question

Here is my newly created workflow.


Here at the nodes highlighted by red color boxes I want to use the data contained in the node highlighted in yellow color.

For this I am setting the input in respective nodes as shown in below image.

But this gets replaced with the first item in the dropdown. Why and how to solve this?

hi @YogiYang

what variables are you using for the Supabase nodes?

if it is {{ $json.someVariable }} then that would be the expected behaviour and you need to specify target node with something like this:
{{ $('HTTP Request - Get Permits1').item.json.someVariable }}

Here are the example

2 Likes

Thanks a lot.

I was missing this ('HTTP Request - Get Permits1').item.

Finally it is working.

1 Like

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