Adding collection items to existing queue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-18 09:51 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-18 10:28 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-18 01:58 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-18 04:11 PM
Hi,
You can find a suitable solution in Blue Prism templates. For example, Process Examples - Adding items to work queue.
