Import Shared Variables

To import shared variables from an XML file, do the procedure in this topic.

Figure: Import Variables screen

Import Variables screen

Background and Setup

Prerequisites

  • An XML file with exported process data variables on your local machine.

    Example:

    <?xml version="1.0" encoding="UTF-8"?>
                                <ArrayOfNameValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                                <NameValue>
                                <Name>Test</Name>
                                <Value xsi:type="xsd:boolean">true</Value>
                                </NameValue>
                                </ArrayOfNameValue>

How to Start

  1. Click Manage.

    Click Manage
  2. In the Manage Center, click App Builder > Shared Variables.

    Click Shared Variables

Procedure

  1. On the Shared Variables screen, click Import.

    Click Import
  2. On the Import Variables screen, click Select File.

    Click Select File
  3. Select an exported XML file from the local machine that contains the shared variables to import.
  4. Click Import.

    Click Import