Filter Excel/Datatable doesn't work

Fine
in assign activity
in the left side mention this dt
where dt is a variable obtained as a output from read range activity which is a variable of type datatable
then in the right side of assign activity mention this
dt.Select("[yourcolumnname] >= ‘100’ ").CopyToDatatable()

but before doing this close your xaml and open the xaml in notepad by right clicking on it
there mention this. Only then we can mention the copytodatatble method along the assign activity
image

here you go with the xaml
hope this would helpyou
filter.zip (16.8 KB)

Cheers @cathschaen