How to replicate a script using uipath

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

Hi @sruthesanju

Have you explored the below options?

Thank you.

I need to replicate the script with uipath activity

@sruthesanju

Do you have a sample xml where the code is working?

So that we can try to replicate

Thanks