Hey guys,
I’m trying to format “memory” from my backend so that it is ready to inject into an ai prompt. It’s important that the most recent chat logs are pulled and separated with a new line, for example:
User: question
Assistant: answer
User: question
Assistant: answer
Etc…
However, I am having great trouble formatting the 6 bundles given to me from my backend function into one single output that is seperated by a new line. I have tried the “Other” button in the separator input inside the aggregator, but this just gives back raw text so things like \n\n do not work. As far as I can see, it is only possible to separate by a tab, but this is not good enough.
Does anyone know how I can separate with new lines in the cleanest most concise way? Thank you so much.

