Convert xml into Datatable

Hi,

I am not able to parse an xml using xml activity . I tried giving the xpath . But values are not fetched . I need to parse all DeleteSessions and get nodes inside it and form a Datatable . Please help me

xpath is /FIXML/Body/ScriptResponse/Script_CustomData/DeletedSessions[1]/session_id

HI,

Please try this:

image

Thanks,
Anshu

Hi Anshu

Please let me know if procedure to loop through DeletedSessions array/list , i dont know the number of nodes in the xml as it is dynamically generated . I checked in advanced loop but there is no option for XML

Hi

i tried to pass a counter to Xpath but not working. Please let me know how to loop through the list