Hello everyone
I’m creating my first flow and I’m having trouble extracting data from my previous nodes!
I get this error: [Can’t determine which item to use]
Here’s an image of the flow and the error:
Hello everyone
I’m creating my first flow and I’m having trouble extracting data from my previous nodes!
I get this error: [Can’t determine which item to use]
Here’s an image of the flow and the error:
Did you pull the expression from the left into the field or typed it out yourself?
I pulled the expression from the right into the field
I installed my n8n by termius
Should he be installed as well, right ?
I dont know why its ocurring this error
What if you try this instead?
{{ $("Filtra os Dados").first().json.cliente.Numero }}
There has to be a .
after first()
worked, thanks bro
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.