Closed
How to create list variable in Openspan.
Hi, I have a requirement where I have few variables with some value. I need to perform some operation for each variable. So I thought of using list loop, but I am not sure how to create list with different variables. Or someone can help how can I add those value in lookup table and use it.
When I need to do this, I create a lookup table with 2 columns, Name and Value. Both columns are strings. Feed the GetKeys method of the Lookup Table into a ListLoop and then lookup one value at a time.