A simple question about using N8N

Hi guys.
I have a fundamental issue understanding N8N.
I have a webhook which starts a workflow.
As shown in the picture I uploaded I want to use variables from Login API in User Info but it doesn’t work.


like this:

And workflow skips my other steps, variable extraction and login API:
Here is the picture:

I am testing the workflow with the test button on the bottom of the page.

Information on your n8n setup

  • **n8n version: Latest
  • **Database (default: SQLite):SQLite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:Ubuntu

The way you are doing it will not be able to get you the desired results. Instead try merging like this

N8n merge node only picks data from 2 nodes, not 3

1 Like

The IF node can follow here

2 Likes

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