How to find an Element within another Element from XML using LINQ in UiPath

Опубликовано: 04 Июнь 2026
на канале: Learn Tech with Mannoj
139
4

Problem statement - Problem statement - We have an XML data file and need to retrieve
employees live in 'Montara' city which is a nested element

Here is the query to get the data

From data In xelement.Elements("Employee") _
Where CStr(data.Element("Address").Element("City")) = "Montara" _
Select data

Code: https://github.com/manojbatra071/UiPa...

Medium:   / how-do-i-find-an-element-within-another-el...  

#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio