Hey can somebody please help me with this.
i want to search multiple strings or array of strings from a particular column of datable.
currently i am trying to use this , but it is giving me an error .
inputDT.Select(“Column4 like ‘Cannot find*’” or “‘Bot queue is Empty’”).CopyToDataTable()
Thanks
Buddy @armamidwar
Kindly check with the below suggestions that might resolve your issue
Usually done like
inputDT.Select("Columnname1 = ‘Columnvalue’)
if you want to compare two Column values
inputDT.Select(“Columname1 = ‘Columnvalue1’ or Columnname1 = ‘Columnvalue2’”)
if you want to compare two column values of half string known
inputDT.Select(“Columname1 = ‘Columnvalue1*’ or Columnname1 = ‘Columnvalue2*’”)
Hope this would help you buddy
Cheers.
Thanks for replying , will check on confirm back soon
HI @armamidwar
Did you try the Filter Data Table activity to check for these conditions and filter?
This might be helpful for you…
Let know whether it helps
1 Like
Hey Lahiru,
i am not able to find Filter data table activity in uipath app
Here it is buddy @armamidwar
Cheers…
exactly i don’t have that option here
Download Uipath.system.activities
or
if you have already, update it
Cheerss buddyy…
@armamidwar
system
(system)
Closed
May 4, 2019, 12:03pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.