Create String List

Is there any easy way to create list of string with the same values? I mean i will insert number of strings and its value and it should create for me list of this string.
See picture bellow:

You can use ListOfRepeatedItem:

3 Likes

List.OfRepeatedItem is probably the most correct node in your particular case, but List.Cycle will also work:

2 Likes