Is it possible to add 30k rows from excel sheet to queue?

Is it possible to add 30k rows from single excel sheet to one queue?

Is there any limit to add transactions ?

1 Like

Hi

Yeah we can but we need to split for 15000 records
As a maximum of 15000 lines are accepted by the UiPath Orchestrator. If this limit is reached, an error will be thrown.

Try with bulk add queue items three or four times with your datatable

That is split the datatable where each has 15000 records and then try uploading them to queue with this activity

Cheers @Sathish_Kumar_S

Hi @Sathish_Kumar_S ,

Maybe the Below post should be able to Solve your Query :

@Sathish_Kumar_S

Check below for your reference

Hope this will help you

Thanks