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