Hey guys,
I have a the following flow

Essentially, I have get items for one of my lists. This condition will find all items where a certain column is equal to a value. If this is true, then take a value from that item, and append it to a string variable. I am wanting a new line for each new appended string.
For example, two items return true in the condition so the final output should be as follows:
Item One
Item Two
Currently it is coming out as follows:
Item One Item Two
I then want this to be displayed in an email as bullet points, is this possible?
Thanks in advance!