Hi All,
I have single sheet and I need split 2 Data table using below range
Dt1: (A:H)
Dt2: (J:R)
then Dt1 and Dt2 range will be dynamically change
Hi All,
I have single sheet and I need split 2 Data table using below range
Dt1: (A:H)
Dt2: (J:R)
then Dt1 and Dt2 range will be dynamically change
Hey @RajKumarDuraiFAS,
Use filter activity to remove the empty rows, as you are reading the range from A:H that why it might considering all the rows between that range.
Filter:- Remove
Name isEmpty
Thanks,
Sanjit