iam getting list of text value from web and i want partially match the value with a column in excel in uipath
hw can i do it
iam getting list of text value from web and i want partially match the value with a column in excel in uipath
hw can i do it
(From r in Yourdt.Asenumerable
Let a = YourList.Any(Function(v) v.Contains(r(“YourColumnName”).Tostring)
Where a
Select r).Copytodatatable
Foreach loop.
Try to use LoockUp Data Table Activity