Excel empty cell

Hi All,
I am facing issue if input excel cell is empty. I am reading input excel convert to data table then uses filter data table (chosen remove empty cell option). But issue arises on writing the output data.
I am attaching an example similar to my scenario below-
blank_cell

I need to sort out this issue . Please help me out with this problem.
Cheers!

Hi
ensure that READ RANGE activity is mentioned with range as “”
so that it will take till the end and we would get the output variable as datatable named dt

Cheers @ramees.pk

@ramees.pk

May i know what error are you getting here ?

Could you please tell me the steps you followed to do this.