Portal Community

Importing from the Admin Panel

1
Navigate to App Studio → Apps in the tenant admin panel
2
Click Import App in the top-right
3
Drop the .appstudio.json bundle file or click Browse to select it
4
The importer validates the bundle and shows a pre-import summary: what will be created, updated, or skipped
5
Review the summary. If an app with the same appId exists, choose the conflict strategy (see Conflict Resolution)
6
Click Import. The import runs atomically. On success, the app appears in the app list.

Create vs. Update Behavior

ScenarioImporter behavior
No app with matching appId in the tenantCreates a new app — all pages, panes, widgets, and navigation created fresh
App with matching appId existsConflict — importer asks for strategy: Replace (overwrite all) or Merge (update changed elements only)
Import with a new appId specifiedAlways creates a new app — useful for cloning an app within the same tenant

Validation Checks

The importer validates the bundle before making any changes:

If any check fails, import is rejected with a detailed error message identifying the failing element.

After Import

After a successful import: