There's a great solution using MAKEARRAY:
E.g. to make 10 single column rows containing the string "foo":
=makearray(10, 1, lambda(_,__, "foo"))