If datable has zero or null value need to remove the entire row

Input1 Type. Value
A. 234
B. 345
C. 3467
D. 456
F. 0
E. 0

If the value column contains zero or empty need to remove the entire the entire row

Output Type. Value
A. 234
B. 345
C. 3467
D. 456

Hi @sruthesanju

You can try with Filter DataTable activity

Regards
Gokul

Hi @sruthesanju ,

Have you tried using the Filter Datatable Activity ?

Hi @sruthesanju

Check out the XAML file

ZeroOrNullValue.xaml (8.2 KB)

Output

image

Regards
Gokul

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.