Hello,
I'd like to create a loop for every letter in the alphabet.
Here is what I tried:
- Create a string with "A B C D ... X Y Z"
- Split this in a list
- Use a Foreach Loop for the list
- But the first run of the loop returns "A B C D ... X Y Z"
Here is a screenshot of the test: (Step 3 creates the variable %SingleLetters% (which you can't see in the scree shot).

The SingleLetters seems to work as the variables show a list:

Maybe there is another (better) method like iterating from 1 to 26 and convert this to a letter.
Thanks!
Jan