JSON with JSON

Hello! I need to put a json inside another json.

I have {{$node[“Loca Celular”].json[“xxxxx”]}}

In place of xxxxx I need to put:

{{$node[“Find column”].json[“column_name”]}}

Can anybody help me?

Information on your n8n setup

  • **n8n version: 0.199.0
  • Database you’re using (default: SQLite): Postgresql
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker

Hi @Geter_Borges, welcome to the community :tada:

I believe you might be looking for {{ $node["Loca Celular"].json[$node["Find column"].json["column_name"]] }}.

Check out this example:

Let me know if you have any questions on this.

1 Like

Thanks very much!

1 Like

You are most welcome. Give me a shout if that wasn’t what you were looking for :slight_smile: