Empty value is adding in the queue, how to resolve it?

Hi Everyone,

Hope all are doing well.

I am the excel data to the queue, there are only 3 rows in the excel, but while adding to the queue 15 queues items are adding.
Please refer the screenshot for the reference.
image

from the screenshot bot supposed to add only 3 items from 1,2,3. but it is adding till 15 row (i.e from seq 4 to 15 it is adding).

Please let me know and helphow to overcome from this.

@naveen.s

Use a filter datatable and filter the datatable with empty rows in column 2

As there is data in first column which us serial number it still considers it as data

Filter datatable with empty on second column should solve it

Cheers

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