cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to save the entire collection inside a child queue.

nikhiln
Verified Partner
We need to compare the data in Excel sheet with a Master Excel sheet and the process is created in such a way that comparison of entire Excel collection is done in one go.

When performing this process with the Work Queues, Child Queue will pick one item at a time, Is it possible to save the entire collection of excel in a single child item?

------------------------------
Nikhil Negi
------------------------------
1 BEST ANSWER

Helpful Answers

michaeloneil
Verified Partner
Hi Nikhil

It should be possible to that, I'm assuming you're wanting to save the collection to the existing queue item rather than creating a queue item with the data? All you need to do is open the queue item, get the collection then use the internal business object Work Queues > Set Data and you can add the new data to the existing work item.

Hope this helps 🙂

------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
#MVP

View answer in original post

4 REPLIES 4

michaeloneil
Verified Partner
Hi Nikhil

It should be possible to that, I'm assuming you're wanting to save the collection to the existing queue item rather than creating a queue item with the data? All you need to do is open the queue item, get the collection then use the internal business object Work Queues > Set Data and you can add the new data to the existing work item.

Hope this helps 🙂

------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
#MVP

John__Carter
Staff
Staff
Another option is to create a queue item that has a (nested) collection field. 

A word of warning though - huge collections of data can compromise performance in terms of PC memory, network traffic, DB effort and storage capacity.

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------

Thanks Michael, that works !

------------------------------
Nikhil Negi
------------------------------

Thanks John,
Appreciate it.
Will keep that in Mind.

------------------------------
Nikhil Negi
------------------------------