Hello, I am having trouble adding more items to the queue than the maximum amount allowed, which is “15000” for “Bulk Queue Item,” even though I need to add “17000” items. How can I do that?
vrdabberu
(Varunraj Dabberu)
January 23, 2024, 5:52am
2
Hi @Haseeb_Farrukh
Check out the below thread
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
Regards
1 Like
lrtetala
(Lakshman Reddy)
January 23, 2024, 5:53am
3
Hi @Haseeb_Farrukh
Please check on below thread
Cheers!!
1 Like
Anil_G
(Anil Gorthi)
January 23, 2024, 5:55am
4
@Haseeb_Farrukh
Use like below in a loop by splitting and add in chunks
For loop with dt.AsEnumerable.Chunk(15000)
Inside loop use currentitem.CopyToDatatable …this will give 15000 items for each iteration
Cheers
4 Likes
lrtetala
(Lakshman Reddy)
January 23, 2024, 7:59am
5
Hope you got the solution for your question
@Haseeb_Farrukh
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has fo…
1 Like
system
(system)
Closed
April 26, 2024, 6:47am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.