Set a List from a series of Input's Values

You’re right… it looks like you can’t convert a number to a list that way…

So use Arbitrary text instead, and just create a comma separated text containing all the input values, then split it, and convert each item to a number.