Hi,
I am developing a flow in which I need to build up a string containing email addresses to send an email to. I have a Get items action to get all the rows from a SharePoint list. Then I have an Apply to each to loop through each of these rows. In this action I Append to string variable. However, the final variable is always set to the last row in the Get Items action., rather than appending each row as expected.
This is the relevant section of my flow:

When I test the flow I can see that for each row of the Get items action, the Append to string action always overwrites the 'Extended GBU Team Emails' variable.
Pete