Problem statement: we have an XML file and need to extract elements at a certain position based on user input
Here is the query to get the data
xElement.Descendants("Employee").
Skip(SkipCount -1).
Take(InputNumber)
Code:https://github.com/manojbatra071/UiPa...
Medium: / how-to-skip-and-get-elements-from-xml-base...
#rpa #oneminuterpa #uipath #uipathrpa #uipathdeveloper