The For/While Loop conditional indexing feature (new in LV 2012) is neat but so far only accepts a Boolean. That's departing with the behavior of the Case Structure selector terminal, which accepts error clusters:
<----------- I'd like to connect the error cluster wire in the For Loop directly to the indexing condition terminal
(the case structure outside is just here to show what I mean by connecting an error cluster to the condition terminal of the Case Structure).
Of course the workaround is simple (as shown), but why introduce an even simpler approach for the Case Structure and not offer it here?
Edit: The obvious objection is that some will want to index when there is an error, other when there is none, which in fact might be best handled by the approach shown above. An error cluster connection would need a different contextual menu as well (index on error or index on no error).