Need help in building Static List

Hi Team,

I wanted to build a static List/Array with below list of hot coded values. Please help me with this.

TSDS

PNA

FSE

COIT

FIELD

VA

FSS

NSDS

INFRA_PNA

ORCH

NEOUSER

READONLY

SAO_OW

is that your string value?

@Pradeep_Shiv yes it is string

okay
1 - Assign arrayNew = strVar.Split(Environment.newline.tocharArray)
2 - for each loop pass this arrayNew and argument type is String
3 - inside for each loop use Add to Collection activity and pass Item.ToString in item property and create a new variable called listOfCollections of type list(String) and initialize like this New list(of string)()

thats it cheers
@Shaik.Yezdani

split.xaml (9.8 KB) check this sample
cheers!
@Shaik.Yezdani