Text aggregator producing multiple operations rather than a single string

I’m using an iterator to pul the contents of multiple json files from Google Cloude services, I want to parse the json files to give me specific text content which gives me all the operations successfully (As shown)

I then want to combine all text in the operations into a single text string. When I use the text aggregator I just get a repeat set of operations rather than a single string.

I’m newish to Make but this has been my single biggest frustration after 3 weeks of working :frowning:

Don’t worry about this, I cracked it as follows:


I changed the source module. Logic was telling me that the values were in my Parse JSON module so that was what I tried to aggregate which is correct, however the source need to be the original iterator and not that module itself. So I changed the source module but kep the text as the contents of the parse json module.