HI @Braki,
Please refer the below xaml files to filter more the one value.
FilterTableExample.xaml (6.9 KB)
ExcelTable.xlsx (9.7 KB)
another method to filter the data:
instead of excel filter activity you can use read range to get the all the data(dtresult-DataTable).
after that you can filter using select statement
dtresult=dtresult.select(“[columnname] in (‘A’,‘B’)”)
Regards,
Arivu