Get XML Nodes
UiPath.WebAPI.Activities.GetNodes
Description
Gets the list of first-level nodes from a specified XML document.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Cross-platform configuration
- XMLString - A string or string variable containing the XML. This field supports only strings and string variables.
Advanced options
Output
- XMLNodes - An
IEnumerable<XNode>variable containing the retrieved XML nodes. For more information onXNodeobjects, go here.
Windows - Legacy, Windows configuration
Properties panel
Input
- ExistingXML - An
XDocumentvariable containing the XML. Completing this field makes the XMLString field unusable. This field supports only XDocument variables. For more information onXDocumentobjects, go here . - XMLString - A string or string variable containing the XML. Completing this field makes the ExistingXML field unusable. This field supports only strings and string variables.
Output
- XMLNodes - An
IEnumerable<XNode>variable containing the retrieved XML nodes. For more information onXNodeobjects, go here.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Common
- DisplayName - The display name of the activity.