XML to Record list
This implementation allows you to parse XML and fill out a RecordList. No outputs will be returned, as the RecordList you select will be filled with the result of the parse. You may choose to ignore the XML declaraction and namespace, as well as define behaviour with regards to attribute prefixes and root nodes.
Implementation steps
Create a Record List type variable
Create a new variable of Record List type that will be used as an output based onthe  provided XML. Each Record attribute, represents a XML attribute. Your variable MUST always be a Record List type, not directly the types of a Record. For more info, check the FAQ here.
 
Configure the XML text variable
Create and configure a variable with the XML text to be transformed in a Record List. The provided XML must match the structure given to the Record List variable created in the last step.
Use XmlToRecordList action
Drag-and-drop the XmlToRecordList action to transform your XML text into a Record List.

Fill XmlToRecordList parameters
Fill the action parameters to configure the XML transformation into a Record List. Parameters are separated in 4 main parts:
Use output Record List value
The output Record List values, corresponding to the provided XML, has been put inside the Record List variable sent as input parameter of the action.
Try yourself
XML input
Record list based on provided XML
String
Date
Integer
No valid XML was parsed...
Click here to see your activities