Help with "For Each Element in Collecion".
Created: 06 Jun 2011 | 3 comments
I have a project that uses a custom integration library to query a SQL DB. I then use the "For each element in Collection" to cycle through each record and evaluate individual fields.
The issue i'm having currently is that i'm only seeing it looking at 50 records while there are about 2713. I do see where it says "plus 2663 other entries" when I look at the data in debug. I this merely a limitation of debug or will it do this in production as well?
Thanks
Discussion Filed Under:
Comments
Debug limit only -
Debug limit only - fortunately.
Thanks Claus
Thanks Claus
If you want to make sure all
If you want to make sure all you data is there you can just loop throught all the records and merge into HTML and send you self an email with all those recoreds.
Would you like to reply?
Login or Register to post your comment.