n8n's expression system gives you access to powerful built-in functions and variables that make your workflows dynamic and flexible.
Built-in Variables
- - `$json` — Current item's JSON data
- - `$binary` — Current item's binary data
- - `$env` — Environment variables
- - `$workflow` — Workflow metadata (id, name, active)
- - `$execution` — Current execution metadata
- - `$now` — Current timestamp
- - `$today` — Current date (start of day)