How to load the input excel into UiPath queue??

Hi All,

I need to load the excel data into queue, but the excel data contains more than 60,000 records, what is the better approach to load the data queue for this kind of case??
Because if we use for each data row it will take more time to load the data to queue

Hey @naveen.s
It is the same scenario like here:
https://forum.uipath.com/t/how-to-load-huge-excel-data-to-queue/2759717/3

@naveen.s,

Refer this solution.

@naveen.s
Use bulk add queue items

  1. use Read range to read the excel
  2. add bulk add queue item activity
  3. pass read range output to bulk add queue item activity
  4. run execution.

Note: if excel having column as Reference as fine if not add one column and set column name Reference and copy the values which you want to see in queue before starting the executions