Filter WIID issue

The below workflow has the error, which I want to filter the WIID less than the numbers. Could you please help?

image

image
image.png1113x534 21.1 KB

try.xaml (10.3 KB)

You cannot convert values inside the select function.

  1. Convert the WIID column values to integer type (if existing is string) before invoking select method on Data Table.
  2. Use the following expression for filtering

dt_WorkItems.Select("WIID < 300000").CopyToDataTable