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
pass read range output to bulk add queue item activity
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