Record to XML
RecordToXml allows you to convert a single record into structured XML. You can add aliases to nodes through the AttributesConfig structure, as well as specifying a Namespace.
How to implement ?
Create a Record type variable
Create a new variable of Record type that should be transformed into XML text. Each Record attribute, represents a XML attribute. Your variable MUST always be a Record type, not directly the types of a Record. For more info, check the FAQ here.
 
Fill the created Record type variable
Fill the variable attributes with the corresponding values to put in each XML attribute. You can assign values using Assign node in a flow, or using a Form.
Use RecordToXml action
Drag-and-drop the RecordToXml action to transform your Record type variable into XML text.

Fill RecordToXml parameters
Fill RecordToXml parameters to configure the XML export. Parameters are separated in 3 main parts:

Use output XML value
The output variable, is a text value that contains the exported XML document.
Try yourself
Record configuration
String
Date
Integer
Boolean
XML document configuration
Add declaration
Exclude if NULL value
Version
Click here to see your activities