Overview
Once you've generated a workflow with n8n Wizard, you need to import it into your n8n instance. This guide covers all the methods and best practices for importing workflows.
Prerequisites: A running n8n instance (cloud or self-hosted) and the workflow JSON copied to your clipboard.
Method 1: Import from Clipboard
This is the fastest and most common method:
- 1.Copy the JSON from n8n Wizard using the "Copy JSON" button
- 2.Open your n8n instance in a web browser
- 3.Use the Paste function
- 4.The workflow will appear on your canvas
Method 2: Import from File
If you've saved the workflow as a .json file:
- 1.In n8n Wizard, click "Download JSON"Download Iconto save the file
- 2.Open your n8n instance
- 3.Click the three-dot menu
⋯in the top-right corner - 4.Select "Import from File"
- 5.Choose the .json file from your computer
Troubleshooting
Missing Nodes
If n8n says certain nodes are missing, your n8n instance may need to be updated or may not have certain community nodes installed.
Version Compatibility
Workflows generated for newer versions of n8n may not work on older instances. Check your n8n version and update if necessary.
Best Practices
- •Always test imported workflows in a development environment first
- •Create backups of your existing workflows before importing new ones
- •Review all node configurations before activating
- •Use workflow tags to organize imported workflows
- •Document any manual changes you make after import
Troubleshooting Issues
If you encounter issues importing a workflow:
- •Check the browser console for error messages
- •Verify the JSON is valid using a JSON validator
- •Try importing in an incognito/private browser window
- •Clear your browser cache and try again
- •Contact support if the issue persists