
Announcements
Hi,
I initialize a variable (type string, empty initial value) outside a for each loop.
I run a for each loop in which a variable is set each time it runs a loop.
After the looping is done, i send an email outside of the loop, in this email i want a total list of variables. However i only get the variable of the last loop, which is logical, i just dont know how i can create a full list of all variables.
Pics:
loop(
)
result;
Solved, needed to use 'Append to string variable' instead of 'Set variable'