last iteration

whwar9739

Member
How can I tell if I am in the last iteration of a for each loop?
I know that last-of() will hit everytime it is the last record of a break group but I only want to know when it is the last record of the for each loop. Seems simple enough but I can not seem to find anything that would do this.

Thanks,
 
Top