Are there alternatives to having many branches?

Hi,
Thanks for your responses Vaheva and Everynone.
By using the Switch On Integer tool, how would I get, for example, my
inputDigit1st to get set with currentNum’s value IF firedDigitCounter == 1,
inputDigit2nd to get set with currentNum’s value IF firedDigitCounter == 2,
inputDigit3rd to get set with currentNum’s value IF firedDigitCounter == 3,
and so on…

Would I still be able to use array variables in this case?

I’ve simplified my bp scripting a little, just to make it a bit clearer what I’m trying to do. Please look at the image below.