VERSION 10 DOCUMENTATION IS IN PROGRESS. PLEASE VIEW V9 ARTICLES WHILE V10 ARTICLES ARE BEING PUBLISHED.

Create Data Step

Prev Next

Overview

The Create Data component can be used to create or copy Data Objects (or lists of objects). These objects can be used elsewhere within a Flow. For example, by using a Create Data component, and then by Using the Mapping Editor, add a list of assets such as a computer, monitor, and printer to a hardware catalog. This List can then be used on a Hardware Request Form that opens when the Flow runs.

Another useful application of the Create Data component is for error handling. A True/False flag can be set when an error occurs.



Example

  1. Navigate to a Designer Project and select CREATE FLOW from the top Action bar.
    1. Select CREATE, Flow, Name the Flow, and then CREATE once more. 
  2. Attach a Create Data step from the FAVORITE STEPS section of the Toolbox tab, to the Done path of the Start step. 
  3. Select the Create Data step, then select the SHOW EDITOR link under Properties > DATA.
  4. In the Data Definitions window, Name the Data (for example: Computer), select String [Text] from the Type dropdown, and check the Is Listbox.
    Configuring the Data as such will generate a String List. The Is List checkbox is used to allow multiple items (hardware items) to be used as the Input.

    Note: Data values can also be created through the Flow's Input Editor in the Properties tab.
    1. Constant map in a variety of names representing different computers. 
    2. CLOSE the Input value, then the Data Definitions panel to save the Data and return to the Flow Designer.
  5. Connect the Done path of the Create Data step to the End step. 
  6. Save the Flow, then close with if desired.


Debug

  1. From the Flow Designer, click the Debug link from the top Action bar.
  2. Click the START DEBUGGING button.
  3. After the Flow runs, select the Create Data step.
    1. Click Execution 1 and then View Output Data.
      The View Output Data dialog displays the Data that was created and passed by the Create Data step. This Output data can then be used within the rest of the Flow.