Delete empty rows from a datatable with multiple column

Hey everyone,

I want to delete the rows where the row is completely empty, what I mean is:

Column:
A-B-C
1-2-3
3-empty -4
empty-2-5
empty-empty-empty

I want to delete empty-empty-empty row.

Thanks

@jntrk,

You can use following example,

General.xaml (9.1 KB)

you will need to specify those column names how many you want… plz expand If condition that is in this workflow.

I cannot view your activities due to difference of package versions of yours and mine. Could you send SS maybe?

@jntrk,

Please follow SS :stuck_out_tongue: ,

Select Remove from Change Mode property of DInsert/Delete Row activity.
image

ty :slight_smile:

1 Like

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