When Salesforce introduced the new standard OmniStudio after the Industries Cloud migration, many admins and developers noticed that the familiar Import/Export buttons were missing from the OmniStudio Designer. If you’ve been wondering how to migrate your OmniScripts, Integration Procedures, and FlexCards across orgs, here are the two methods you can use.
Method 1: Use Salesforce CLI (Recommended)
Salesforce has shifted the official support for Import/Export to the Salesforce CLI (SFDX). This is the preferred approach for automation, CI/CD pipelines, and bulk migration.
Example: Export a specific OmniScript:
SFDX omnistudio:export -p OmniScript -n “MyTestScript” -o ./export
Method 2: Enable UI Import/Export via OmniStudio Settings
If you prefer the classic UI experience of clicking buttons, Salesforce still provides a way to bring back the Import/Export feature inside Designer.

Steps
1. Navigate to Setup → OmniStudio Settings.
2. Enable Managed Package Designer.
3. Refresh the OmniStudio Designer page.
4. You will now see the familiar Import and Export buttons in the UI.
Key Takeaway
By default, Import/Export is hidden in the new standard OmniStudio. You have two ways to bring it back:
– Use Salesforce CLI (preferred for scale & automation)
– Enable Managed Package Designer in OmniStudio Settings (for quick UI access)
Both options are valid — choose the one that fits your workflow.
Thank you for comming here. Keep in touch … Saurabh
