Simple n8n workflow demonstrating the Rename Keys node to transform JSON data by renaming object keys. Ideal for quick data restructuring in any automation.
This workflow showcases the core functionality of n8n's Rename Keys node, a essential tool for data transformation. Starting with a Manual Trigger, it initializes sample data using the Set node—creating a JSON object with a 'key' containing 'somevalue'. The Rename Keys node then seamlessly changes 'key' to 'newkey', outputting the modified data. This basic yet powerful pattern is perfect for developers and automators needing to standardize or adapt JSON structures on the fly.
Benefits include s
Platform
n8n
Category
Finance & Accounting
Price
$3.99
Creator
BestWorkflows
n8n
rename keys
data transformation
JSON
core nodes
tutorial
beginner
development tools
automation
data processing
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.