LINQ In UiPath - .FIRST Method

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

Automate with Rakesh

Automate with Rakesh

Күн бұрын

Пікірлер
@JessicaLalanne
@JessicaLalanne 10 ай бұрын
Thank you Rakesh for all your videos, great work! Thank you so much, everything is so well explained!
@AutomatewithRakesh
@AutomatewithRakesh 10 ай бұрын
So nice of you
@rpadreamer5336
@rpadreamer5336 10 ай бұрын
❤❤❤❤Great this sir, this topic has solved my one pending task 😊😊
@AutomatewithRakesh
@AutomatewithRakesh 10 ай бұрын
Nice to hear this 😍
@rpadreamer5336
@rpadreamer5336 10 ай бұрын
I am also making videos for uipath and power automate desktop.
@rpadreamer5336
@rpadreamer5336 10 ай бұрын
In uipath, how can I get job for only work from home
@dr_pngl
@dr_pngl 9 ай бұрын
Completed, thanks!
@srivennila9574
@srivennila9574 8 ай бұрын
Thankyou 😊
@dhirendraswain4554
@dhirendraswain4554 2 ай бұрын
Thank u
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv 10 ай бұрын
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 10 ай бұрын
Do you have any linq queries for this
@NILESHHAVAL-c8i
@NILESHHAVAL-c8i 10 ай бұрын
@@PiyushVarma-ls7fv So Easy Bro.!!!
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv 10 ай бұрын
@@NILESHHAVAL-c8i can you pls share me that any linq query here
@PiyushVarma-ls7fv
@PiyushVarma-ls7fv 10 ай бұрын
@@NILESHHAVAL-c8i hi do you have any solution please provide me
@jyothi_ankaraju
@jyothi_ankaraju 7 ай бұрын
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()
@ShivaKumar-po9cq
@ShivaKumar-po9cq 10 ай бұрын
If i want to get both the values 5 and 1 what should be the solution could you please explain?
@AutomatewithRakesh
@AutomatewithRakesh 10 ай бұрын
Use .ToList or .copytodatatable
Supercharge Your Data Filtering with LINQ's .Where Method
21:47
Automate with Rakesh
Рет қаралды 4,1 М.
Input Argument Value Passing in UiPath Integration Service Triggers
20:10
Automate with Rakesh
Рет қаралды 3,1 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 56 МЛН
Learn JavaScript - Full Course for Beginners
3:26:43
freeCodeCamp.org
Рет қаралды 18 МЛН
The Column Cast Method in DataTable Using LINQ in UiPath
14:11
Automate with Rakesh
Рет қаралды 3,2 М.
What is LINQ query in UiPath | Excel automation using LINQ query #49
10:51
Quality Assurance Lab
Рет қаралды 12 М.
UiPath how to open/write Excel file | UiPath Beginner Tutorial
12:56
Daniel Tila - EnterpriseDotNet
Рет қаралды 9 М.
Master UiPath's Count Method with LINQ in UiPath
22:09
Automate with Rakesh
Рет қаралды 2,5 М.
Q&A LINQ Querries | UiPath Automation Developer Professional Exam Preparation
15:34