Xml extract and get specific value

Hi all,


Above mentioned xml,i want username only. How to get pls help .

it is about handling XML Namespaces
XML Extraction - Handling Namespaces (Tableau, Soap, OASIS types) - Help / Community - UiPath Community Forum

Illustration
grafik

And:
grafik

Enhancement:
xDoc.Root.Descendants(xnsDefault + “userName”).First().Value

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.