LINQ in UiPath (DataTable example)

Опубликовано: 21 Февраль 2021
на канале: I Love Automation
2,531
51

This 1 minute video tutorial shows, how effective LINQ in UiPath is. The use case will categorize and sum a DataTable Column. You should create this LINQ example yourself to see how easy it is.

Creator of this tutorial: Jan Langdeel Pedersen
(https://geni.us/KByGUL)

0:00 Intro
We have two columns in a DataTable in UiPath, "Name" and "Points". We want to sum the points for each player and present them in a message box. Our go-to approach is LINQ. The case is presented by Jan Langdeel Pedersen, who made a a course on Udemy about LINQ.

0:15 The LINQ Expression
We convert the DataTable to an Enumerable in order to use LINQ. Please create this example in UiPath yourself - I promise you will learn LINQ right after 🙂

🎥 Learn Automation in 1 minute:
   • 1 Minute Automation  

#shorts #uipath #rpa