XML array handling

XML response data is transformed into tabular data (fields and records) in two steps:
  1. 1.
    The xml2js package is used to transform the XML to a JavaScript object.
  2. 2.
    The JavaScript object is converted to tabular data using the response data transformation.
During step 1. child nodes (elements) in the XML are treated as arrays only if there is more than one node.
If you would rather treat all child nodes as arrays, even when there is only one:
  • On the create request screen, click
    to open the advanced settings.
  • Under XML Array Handling, enable "Always put child nodes in array".