How to get element count based on a condition using LINQ in UiPath

preview_player
Показать описание
Problem statement - We have an XML data file and need to get the
count of employees living in 'Montara' city

Here is the query to get the data
(From address In xelement.Elements("Employee") _
Where CStr(address.Element("Address").Element("City")) = "Montara" _
Select address).ToList

#rpa #oneminuterpa #uipath #uipathrpa #uipathdeveloper
Рекомендации по теме
visit shbcf.ru