My scenario is that bot is filtering tickets and storing them in data table. After that bot is further filtering that data table with 3 types of role name. Then only it will proceed. I am using the below expression to check this but it is not working -
dt.AsEnumerable().Any(Function(x)x(“ColumnName”).ToString = “Value1”) Or dt.AsEnumerable().Any(Function(x)x(“ColumnName”).ToString = “Value2”) Or dt.AsEnumerable().Any(Function(x)x(“ColumnName”).ToString = “Value3”)
as i tried with the normal data table expression provided above and it worked so i couldn’t try your activity this time. Thank you @Mikolaj_Zielinski .