Hi all,
I think I should know this but I just can't get there.
I have 2 apply to each loops. In the 2nd loop, I'm appending to a string variable a name, I then get the outputs of this variable in the 'Compose' below it, which is outside the 2nd loop but still inside the first loop. I'm using append because if there's 3 names in the 2nd loop I want to append the 3 names together.
This works fine for the 1st loop, however, when the 1st loop moves on to the next value the append variable updates with more names - this I don't want!
What I'm looking to achieve is for the variable to store all the names from the 2nd loop but not all the names from the 1st loop - just the 2nd loop and reset for each 1st loop.
Maybe append to variable isn't the right approach here?
I hope that makes sense!
