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