Create a new variable using the Copy menu option
About this task
Procedure
- Open an orchestration.
- Select the Project tab and double-click an XML Schema in the XML Schemas folder to open it. A schema tab opens with a graphical representation of the XML Schema.
- Select the Variables tab.
- Select a node in the schema to be the root of the new variable. Right-click the node in the schema tab (displayed on the left) and from the menu select Copy.
- Select an orchestration tab and then select the Variables tab.
- Click the Variables pane of the Variables tab
and paste fragment of the schema using one of the following options:
- Right-click and from the menu select Paste.
- From the toolbar menu, select Edit > Paste.
- Optional: Rename the variable by clicking
in the Name field of the "Properties of" pane
of the Variables tab. Attention: Do not create a variable in the following format: __variableName__. Variable names that start with two underscore characters (_) and ends with two underscore characters (_) are not supported. If an orchestration contains variable names using this format, the orchestration fails to validate.
Parent topic: Creating variables