activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Get XML Nodes
Developer Activities
Last updated Oct 22, 2024
Get XML Nodes
UiPath.WebAPI.Activities.GetNodes
- 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 onXNode
objects, go here.
Properties panel
Input
- ExistingXML - An
XDocument
variable containing the XML. Completing this field makes the XMLString field unusable. This field supports only XDocument variables. For more information onXDocument
objects, 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 onXNode
objects, 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.