Hello,
In my process I want to read several entries from a Mail into a List of Strings. Later, in another Worksheet/Sequence I want to fill a programm with each of these Strings.
The List of String on my mainsheet looks good, but in the other sheet my programm only start with the last of the Strings.
In my Sheet1 I am looking for the entries in a mail (here 3 entries = 2100; 2011; 2008
In my Sheet2 the Programm should be start with the strings:



But it only starts with the last entry (2008) instead of 2100.
I don’t know why. Do have an idea what’s wrong?