How to create string array variable in orchestration view? Basically i read appsettings in orchestration that returns a string array and need to store it in string array variable.
I use AppSettings.GetValues("emp"). This returns string array (i.e) String.String[]. i need to loop to find the exact row. for that i need String array. Ordinary Array does not help.