Filter data activity

i used filter data activity but its and want to filter specific data from data table but its not remove that please help me asap.

Can you share a Snap of your filter data table activity

HI @Alok_Dwivedi ,

If you are using a filter datatable activity then you need to check the remove option.

image

In Column, you need to pass the column Name and what does value Level contains?

There is no column name and value of level is 8926.

hi @Alok_Dwivedi

Can you make a try with linq

Out_Dt=(
              From row in DataTable
              where row(0)="8926"
               Select row
              ).CopyToDataTable

put the above query in assign activity

Where Out_Dt is a datatable type variable

hope it solves your issue

Thanks,
Robin

Assign: The source contains no DataRows. It show error not working

can you share a snap ?? of the assign activity

sry i missed Tostring method

image
image

Thanks
Robin