As mentioned previously, I think Picking is already intuitive....But
I have seen the Majority of new questions about "For Each" which come from the fact that
if you don't know anything about coding and loops, which is supposedly what the appeal of
C2..3 is, then most people associate "For Each" to mean in literal English,
"For Each once".
Example "For each Person, I will give a Cake.", not "For each person I will give a cake, when I have finished, I will start again and give everybody a cake."
So I think It would be beneficial, if you had a selection, Just like the Timer Behaviour.
For Each (Looping for each instance)
For Each (Only Once for each instance)
Obviously the first option would be, legacy backward compatible.
This might save a lot of frustration, from newbies, from a non coding background.