mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* updated the screenshots * reduced the gif size * reverted the package.json file * edited the zoomed in images and replaced some gifs with screenshots * removed one gif * update static media * update file names * update toolbar * fix file names * fix: dynamodb img path * update media for org management dashboard * fix: casing and formatting * update workspace constant media * update media in workspace settings and github * update github sso * minor change to github sso docs * minor fix * update google sso * change includeCurrentVersion flag to false --------- Co-authored-by: Asjad Ahmed Khan <iitasjad2001@gmail.com> Co-authored-by: Asjad Ahmed Khan <60435499+2001asjad@users.noreply.github.com> Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
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.