UiPath- How to save in XML format?

ray sha
3 min readSep 29, 2020

OUTPUT

Output: An xml file

Name: saved_in_XML.xml

Adding a screenshot of the XML file.

FLOW

To achieve the desired output, please follow the below steps:

1. Open UiPath Studio. Select “Process.”

2. Create a new process by entering a valid name and change the description to something meaningful. Location must be the path where you want to save the process.

3. From the activities panel, select a sequence or a flowchart. I’m starting with a sequence. Rename the sequence to something meaning. Add annotations.

4. In the sequence use a “Write Text File” activity. The properties of this activity are

Text: “XML content you want to write”

FileName: {Name of the file along with the path}

5. The whole flow is shown below:

I really hope this solves your doubt. Feel free to reach out to me for any further queries.

Always remember to be kind.

All the best and Happy learning!

--

--