Extraction of Data From a XML File

I just need to know what’s the best way you recommend to extract data from an XML file that needs to go into a Orchestrator Queue.

Hi @minolp,
this video did help me: How to parse specific XML data in UiPath - Full Tutorial - YouTube.
You can process the XML file and pass on the extracted data into the queue.

Hi @minolp

→ Desearilize XML
→ Extract the required data from XML and store those into variables
→ Load those variables data to the Orchestrator queue

XML files can occur in different forms
When your XML is defining namespaces have look here on how to handle: