XML File Update

I have an excel file with different columns from where i need to update xml file length attribite how can i do that in loop for multiple data.


image

Check this out :slight_smile:

image

You can use Desterilize XML activity to get the out, once you got the output
You can write a method of
(Your output.Element(“Your XML Header”).Element(“Your XML Header”).Value

And you can pass the variable into write range Activity. it will update on your excel sheet.

Thanks for response .
I need to update xml file from the given excel how can i do that only !!

When additional help is needed then please share sample excel and sample XML with us. We need to know some more details e.g. XML Structure.

Thanks for response.
Please find attached Test excel and xml file for your reference.
please do the needful.
TestExcel-XML.xlsx (15.0 KB)
TestXML.txt (1.1 KB)