Hi @Krystian_Klopocki, the XML node would read XML from a JSON data field of your item, not directly from a file. If you need to read XML from a file, you will need an additional Move Binary Data node in your workflow, so you essentially have three steps:
- Obtain the file (for example using the Read Binary File node or the HTTP Request node)
- Read the file content (using Move Binary Data)
- Parse the XML data (using the XML node)
I’ve posted an example of a workflow for this on the other thread over here: Read xml file - #8 by MutedJam