how do i add a collection as one queue item?

hi. i cant figure out how to add a collection as one single queue item. i am using utility work queue add item to queue but it adds all my rows as individual items instead of only one.

would appreciate some help here
 

sahil_raina_91

Active Member
hi. i cant figure out how to add a collection as one single queue item. i am using utility work queue add item to queue but it adds all my rows as individual items instead of only one.

would appreciate some help here

By default, each row of the collection in ADD TO QUEUE action is added as a Work Queue Item.
To add an entire collection as a single Work Queue Item, you need a nested collection.

Create a collection named : Item Collection, with a field of type collection

1612246869931.png

Use a calculation stage to store the [Original Collection] (Data in this case) in [Item Collection]

1612246953012.png

Use [Item Collection] in ADD TO QUEUE action.
 

Ashutosh_Rai

New Member
Hi Sahil,

I'm getting the following error can you please suggest to me I also tried Collection with the right field.Below attach Screen Shot
 

Attachments

  • calculationStage.JPG
    calculationStage.JPG
    74.4 KB · Views: 60
  • Collection.JPG
    Collection.JPG
    56.8 KB · Views: 57
  • CollectionWithFields.JPG
    CollectionWithFields.JPG
    60.8 KB · Views: 55
  • Error.JPG
    Error.JPG
    25.6 KB · Views: 57
Top