How can I extract information from an xml, do you have any examples?
Kindly have a view on this thread and it has got an example as well
Cheers @Ivan_torres_oliva
Step 1:
Drag “Read Text File” activity into the designer panel, pass the .XML file’s path to it and save the output to a string variable.
Step 2:
Drag “Deserialize XML” activity into the designer panel to deserialize XML string. Supply the variable “xml_Data” to it as input and create a variable called “out_XML” of XDocument type
Step 3:
Drag “For Each” activity into the designer panel and supply the below-mentioned parameters into it
Step 4:
Use “Message Box” activities to display the contents.
Step 5:
Finally, run the project
If you find it useful mark it as solution and close the thread.
Cool ,
Regards,
Gulshiyaa
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.