Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-20 06:28 PM
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
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
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
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-20 12:46 AM
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
------------------------------
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
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-20 12:46 AM
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
------------------------------
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
------------------------------
