doc.loadxml(xml)
List=doc.getekementbytagnamr(element)
For each n as xmlnode in list
row=table.newrow()
row(“xml”)=n.outerxml
table.rows.Add(row)
How to do this above script with xml activity
doc.loadxml(xml)
List=doc.getekementbytagnamr(element)
For each n as xmlnode in list
row=table.newrow()
row(“xml”)=n.outerxml
table.rows.Add(row)
How to do this above script with xml activity
I need to replicate the script with uipath activity
Do you have a sample xml where the code is working?
So that we can try to replicate
Thanks