cancel
Showing results for 
Search instead for 
Did you mean: 

Adding collection items to existing queue

Manoj_KumarBeva
Level 4
Hi All,   I need a small help.   I had a scenario that, Already some items are available in work queue and i need to add(append) some more items to work queue during runtime.   can you please help me in this.   Thanks in advance          
3 REPLIES 3

ManishKumar3
Level 3
Hi Manoj, After Get Next Item, you will get Data as output into collection. Use collection manipulation --Append Field(Text) and add new Column data using Field Name and Field Value. Input/output collection will remain same as from the MQ. Use Wok Queues -- Set Data and provide Item ID and Collection data. Now your work queue item is updated. Thanks.

AndreyKudinov
Level 10
If you need to add more queue items - use Add to Queue action as many times as you need (I understand you wanted this from you question). If you need to update data of existing queue item - use Set Data as mkumar7 suggests.

Anonymous
Not applicable
Hi, You can find a suitable solution in Blue Prism templates. For example, Process Examples - Adding items to work queue.