mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* add date with time column * add table component to date with time colum * add aggregate and group by * add docs for retry on network error * add cookies * add .env vars * add docs for v2.65.0 * remove banner from v2.65.0 * update data types title * update querying data title
2 KiB
2 KiB
| id | title |
|---|---|
| importing-exporting-applications | Importing and Exporting Applications |
This documentation explains the process of exporting and importing applications in ToolJet.
1. Exporting Applications
- Navigate to the dashboard.
- Click on the settings icon located in the top right corner of the application.
- Click on the Export app button.
- If you select
Export All, all the versions of the application will be exported in JSON format. If you selectExport selected version, only the selected version will be exported in JSON format. - Ticking the
Export ToolJet table schemacheckbox will also export the related ToolJet Database table schemas with your application. In this case, when you import the application in a workspace, the related ToolJet Database tables will also be created.
2. Importing Applications
- Navigate to the dashboard.
- Click on the ellipses on the Create new app button and select
Import.
- After clicking on
Import, choose the relevant JSON file that you previously downloaded during the application export process.