Mapping Different Types of Data

The mapper opens when you click any element in the input schema tree on an Activity configuration tab.

You can map the following elements:

  • A single element from the input to another single element in the output.
    Note: If the single element comes from an array in the output, then you must manually add the array index to use. For example, $flow.body.Account.Address[0] city.
  • A standalone object (an object that is not in an array).
  • An array of primitive data type to another array of primitive data type.
  • An array of non-primitive data types (object data type or a nested array) to another array of the same non-primitive data type.

Keep the following in mind when using the mapper:

Note: If the output element names contain special characters other than an underscore ( _ ), they appear in bracket notation in the mapping text box.

In the following example, name under Available data does not contain any special characters. Hence it is displayed in dot notation.  

In the following example, name 1 contains a space. Hence it appears in the bracket notation.