How to copy a template between workspaces?
You can easily copy a template from one workspace to another by exporting its configuration and then importing it. This process creates a new template in the destination workspace, which is perfect for sharing templates across different organizations or projects.
Export the Template
First, you need to export the template's configuration as a .json
file. This action saves the entire template structure to your local computer. There are two ways to do this:
1. From the Templates Page
- In the Templates section, find the template you want to copy.
- Click the three-dot menu (...) on the right.
- Select Export from the dropdown menu.
2. From the Template Editor
- Open the template you wish to copy in the Editor.
- In the top menu bar, click File.
- Select Export from the dropdown menu.
Import the Template
Once you have the .json
file, you can import it into any workspace to create a new template.
- Navigate to the workspace where you want to add the template.
- Open the Template Editor.
- In the top menu bar, click File and select Import.
- Choose the
.json
file you previously exported.
A new template will be created instantly with the imported configuration.
.json
file.Related articles you may find helpful
- Common use-cases of the Expression language
- How to share templates with other workspaces?
- Image Component
Updated on: 23/07/2025
Thank you!