It is designed to handle XML data efficiently within automation workflows. These activities facilitate the creation, processing, and conversion of XML data.
The XML category has the following sub activities:
XML Creator: This activity returns XMLObject that encodes objects in a string.
Input Properties:
Options: Creates a string in XML format. It allows mapping or assigning values to the corresponding node in the string.
Output Properties:
XML Document: The resulting XML object that is stored in an object variable.
XML Deserialize: This activity accepts a string in XML format and converts it into an XML Object.
Input Properties:
XMLString: The XML String that you want to convert to an object.
Output Properties:
XML Document: The resultant XML object that is stored in an object variable.
XML Serialize: This activity converts the input Object into a string in XML format.