Hi there,
I`m facing the problem, that I have a List of entries whose row entries should be processed until a certain row number.
For example I have a variable called “number” with value = 3
The List:
000
111
222
333
444
555
666
Now I´d like to get only the first 3 values in the List (based on the variable “number”).
How can I loop the List until 3 for example and get the values?