Convert XML to Object#
Converts a string in XML format to a custom object.
| XML String | [Text] String in XML format. |
| Result | [XmlDocument] XmlDocument object. Data can be accessed through named indexing. Standard methods of the System.Xml.XmlDocument class can also be used. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block. |