hi everyone
i have an xml file and i want to take the variables from it
and to append them to my excel table
i thought of creating a data table and arrange them in the order in my excel file
but i couldnt create this table (create data table is only enter data by hand and not from variables that already saved from xml)
Hi @dlichten,
We can create datatable using build datatable activity, using variales too.
If you can extract required values from the xml, then you can easily insert into datatable using add data row activity. and also add that datatable to excel using write range activity.
as @ppr said, sharing the xml will help us to deliver more specific solutions.
Thanks
i used something like this:
“DT_Element.Element(“Form”).Element(“addrCity1”).Value”
i have more than 1 xml file but im using for each for all the files with .xml ending in the directory (saved the path in a variable and run on it)
and i did
for all the xml details i need to use
But if u have something better to use
please im all ears