Expression Playground
Test n8n {{ }} expressions safely with live preview and examples
Basic Access
String Operations
Array Operations
Conditionals
Date/Time
Math
n8n Expression Reference
Variables
- $json - Current item data
- $item - Full item with meta
- $node - Access other nodes
- $execution - Execution info
Helpers
- $now - Current DateTime
- $today - Today's date
- $uuid - Generate UUID
- $runIndex - Current run
Methods
- .toUpperCase() - Uppercase
- .split() - Split string
- .map() - Transform array
- .filter() - Filter array
What are n8n Expressions and How to Use Them
n8n expressions are JavaScript-like snippets wrapped in double curly braces {{ }} that let you dynamically access and transform data in your workflows. This free expression playground helps you test expressions safely before using them in production.
The Problem: Dynamic Data in Workflows
Building automation workflows often requires accessing data from previous nodes, transforming values, and making decisions based on dynamic content. Writing expressions without testing leads to runtime errors and broken workflows.
- Accessing nested properties without knowing the structure
- Transforming arrays and objects on the fly
- Conditional logic based on data values
- String manipulation and formatting
The Solution: Expression Playground with Live Preview
This free n8n expression tester lets you write expressions against sample data and see results instantly. Test your expressions before deploying them in workflows.
Common Expression Use Cases
- Data Access - Get values from JSON responses
- Array Operations - Map, filter, and reduce arrays
- String Formatting - Concatenate, split, and transform text
- Date Handling - Format and calculate dates
- Conditional Logic - Ternary operators and comparisons
Why Choose This Expression Playground?
- Free Forever - No sign-up or usage limits
- Live Preview - See results as you type
- Sample Data - Realistic test data included
- Expression Library - Common examples ready to use
- Type Information - See result types for debugging
Related Tools
View all toolsNeed Help Building n8n Workflows?
FlowEngine makes it easy to create powerful n8n automation workflows with AI assistance.
Try FlowEngine Free