Assign .Select method

I am trying to filter dataTable using the assign activity. My column name in the dataTable is Column-0. My condition is, Column-0=“LISTED”. Also where do I read up more information on the usage of .Select. I tried finding online but I can’t seem to get anywhere

Hello @poogy112,

You can use dataTable.Select(“[Column-0] = ‘LISTED’”) ,This is an example FilterTable.xaml (8.6 KB)

Take a loot at this:

Regards,
Susana

1 Like