When I use [for each item] to extract a value, I don't get the first value right away

You can either change your list to text strings (“1” and “2” and “3”) or you can join the integer values with an empty string (""):

Screen Shot 2020-01-15 at 12.02.58 PM

This method is discussed here.