Export Data from a Deployed Visual Application

You can export data from a deployed visual application to import it into another application or share it with a teammate.

  • If your visual application was deployed to a Visual Builder instance in the same identity domain as your VB Studio instance, you can manually export data from your environment's list of deployments:
    1. If you're in the Designer, click Go to project page icon at the top left of the header to get to the VB Studio navigator.
    2. In the VB Studio left navigator, click Environments Environments.
    3. Select the environment the visual application is deployed to.
    4. Click Deployments, then Visual Applications.
    5. For the visual application you want to export data from, click Actions Actions and select Export Data.
    6. In the confirmation dialog, click Export Data to confirmation that you want to download all data for the visual application to a zip archive.
  • If your visual application is deployed to a Visual Builder instance in a different identity domain (say, a production instance) or the instance was added to an environment through credentials, you'll need to add and configure steps in a build job to export data from the application:
    1. In the VB Studio left navigator, click Builds Builds.
    2. Click + Create Job. Give the job a new name and a description, select the build executor template, then click Create.
    3. On the Job Configuration page, click Steps.
    4. Click Add Step, select Visual Application, then Export Data.
    5. From the Export from Instance list, select the Visual Builder instance from which you want to export business object data.
    6. In Username and Password, enter the user's credentials who can connect to the Visual Builder instance.
    7. In Application URL Root and Application Version, enter the visual application's root URL and its version. You can find this information from the Deployments tab of the environment where the visual application is deployed.Description of visualapp_deployment.png follows
      Description of the illustration visualapp_deployment.png
    8. In Artifact, enter the name of a ZIP file that will contain the business object data to export; for example, enter bodata.zip.
    9. Add other steps to the build job to complete the export. For example, you may want to add an after build action that archives the artifact (bodata.zip, in our example). See Archive Artifacts in Using Visual Builder Studio.
    10. Click Save.
    11. To run the build, click Build Now.