I've got some custom collection manipulation code I wrote using the Linq library. I discovered the other day that if you loop through a collection, then pass it into a custom code stage to modify it mid-loop, the row position resets after it returns the modified data. It would be nice if Blue Prism could retain this info within the loop.
I got around it pretty easily by modifying a cloned version of the collection, but it would be ideal if we didn't have to do that when it comes to large data sets, given how easy it is to make Blue Prism run out of memory.