LINQ In UiPath - .FIRST Method

  Рет қаралды 4,621

Automate with Rakesh

Automate with Rakesh

Күн бұрын

Пікірлер: 17
@JessicaLalanne
@JessicaLalanne Жыл бұрын
Thank you Rakesh for all your videos, great work! Thank you so much, everything is so well explained!
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
So nice of you
@rpadreamer5336
@rpadreamer5336 Жыл бұрын
❤❤❤❤Great this sir, this topic has solved my one pending task 😊😊
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Nice to hear this 😍
@rpadreamer5336
@rpadreamer5336 Жыл бұрын
I am also making videos for uipath and power automate desktop.
@rpadreamer5336
@rpadreamer5336 Жыл бұрын
In uipath, how can I get job for only work from home
@dr_pngl
@dr_pngl 11 ай бұрын
Completed, thanks!
@srivennila9574
@srivennila9574 9 ай бұрын
Thankyou 😊
@ShivaKumar-po9cq
@ShivaKumar-po9cq Жыл бұрын
If i want to get both the values 5 and 1 what should be the solution could you please explain?
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Use .ToList or .copytodatatable
@dhirendraswain4554
@dhirendraswain4554 4 ай бұрын
Thank u
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv Жыл бұрын
Hi Rakesh your videos are superb I have 1 scenario. I have 1 excel in that i wanted to filet A, C , D columns and have to filter some values there. I mean A column having india states so I wanted filter only Bangalore, Chennai and Hyderabad state B column having Blood group so I wanted to filer A+ , B+ and O- C column having Department so I wanted filter HR, Finance and Admin
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv Жыл бұрын
Do you have any linq queries for this
@NILESHHAVAL-c8i
@NILESHHAVAL-c8i Жыл бұрын
@@PiyushVarma-ls7fv So Easy Bro.!!!
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv Жыл бұрын
@@NILESHHAVAL-c8i can you pls share me that any linq query here
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv Жыл бұрын
@@NILESHHAVAL-c8i hi do you have any solution please provide me
@jyothi_ankaraju
@jyothi_ankaraju 8 ай бұрын
dt1.AsEnumerable().Where(Function(row) (row.Field(Of String)("IndiaStates").Contains("Banglore") Or row.Field(Of String)("IndiaStates").Contains("Chennai") Or row.Field(Of String)("IndiaStates").Contains("Hyderabad")) AndAlso (row.Field(Of String)("BloodGroup").Contains("A+") Or row.Field(Of String)("BloodGroup").Contains("B+") Or row.Field(Of String)("BloodGroup").Contains("O-")) AndAlso (row.Field(Of String)("Department").Contains("HR") Or row.Field(Of String)("Department").Contains("Finance") Or row.Field(Of String)("Department").Contains("Admin"))).CopyToDataTable()
Supercharge Your Data Filtering with LINQ's .Where Method
21:47
Automate with Rakesh
Рет қаралды 4,5 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Q&A LINQ Querries | UiPath Automation Developer Professional Exam Preparation
15:34
How to Use Parallel Activity in UiPath | Explained with Example | RPA
35:07
Tutorials by Mukesh Kala
Рет қаралды 2,8 М.
Master UiPath's Count Method with LINQ in UiPath
22:09
Automate with Rakesh
Рет қаралды 2,7 М.
How to use If condition in LINQ in Uipath | Uipath RPA
13:20
Rai Gurukul
Рет қаралды 2,3 М.
Master Grouping Columns in UiPath using LINQ
27:40
Automate with Rakesh
Рет қаралды 4,1 М.
UiPath Tutorial 25- UiPath ReFramework with Excel |UiPath Real Time Project
55:25