cancel
Showing results for 
Search instead for 
Did you mean: 

Queue/Exception Reporting - Creating Collection Problem

JonathanHolstin
Level 5
Hello,
So I have the "Get Completed" items working and it pulls in 163 records. I then am trying to create a collection from each record so I can write it to excel. When I loop through the collection each time it overrides the previous record. It is trying to write to the Collection - TEST. How do I write to the collection without overriding previous?? Any ideas?

Also any resources out there that help clear up reporting in BP? I have looked through the BP docs and tried to search but nothing I have found is very clean/clear (at least for me).

Thanks,
Jon

26167.png
26168.png


------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
1 REPLY 1

Yeswa_Vaibhav_1
Level 6
Hi Jon,

As per above screenshot while you are trying to append each record to a new collection from Work Queue, once you get a single record try to append to another empty collection before taking another record from queue. Because the collection from which you are calling each record, will keep only the latest record in it. So before getting the next record move the record to another collection. Then you can save all the records in collection. Refer Screenshot.

26163.png
26164.png


This will solve your issue.
 
Thanks

------------------------------
Yeswa Vaibhav Alwar Nerella
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------