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

30641.png
30642.png


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

Helpful Answers

Hi!
Sorry for my English, it is not very good
The problem you have is that "Get Item Data" always returns a new Collection. You should have another collection on which you append the result of Get Item Data.

------------------------------
Aníbal Facundo Urrestarazu
Lead Developer
Ctrl365 - Argentina
------------------------------

View answer in original post

1 REPLY 1

Hi!
Sorry for my English, it is not very good
The problem you have is that "Get Item Data" always returns a new Collection. You should have another collection on which you append the result of Get Item Data.

------------------------------
Aníbal Facundo Urrestarazu
Lead Developer
Ctrl365 - Argentina
------------------------------