Init List

Hello!
How init List?
Not from “add to collection”
For example, I want have in collection [1,2,3,4,5]

1 Like

can you explain lil more about what do you want to do??
@RPA3

use assign activity and you can try this!

ListVar = New List(of Integer)({1,2,3})

1 Like