If you have two individual for-each loops of an object, and put the first one into a fastloop, then call the fastloop and the second for-each loop in the same line, the latter only runs once.
But, if you call for-each loops directly in one event, everything works as intend.
Here comes a quick example, I think that might be a bug.
CallForEachViaFastloop.mfa