n8n Fundamentals · 35 min

Expressions 101

Read and write {{$json.field}}, reference other nodes, use the expression editor.

Key concepts

  • $json, $node, $now
  • Drag-and-drop mapping
  • String/number helpers

Exercise

Write an expression that concatenates a first and last name field from the previous node.

Official docs