I’m trying to create a workflow that receives an array from an HTTP response, then process each item of the array, then returns the output as one line or string.
I’ve managed to process all the items, but I’m struggling to reassemble them back together to return them as one string.
Welcome to the Make community!
You need to set the source module of both aggregators to the iterator, where the bundles are generated from.
You may not even need the array aggregator, because you have a text aggregator.
2 Likes
All my processing ends at the set variable (26). After that, I’m just attempting to reassemble everything together and send it as a response as one string. I’m unsure how to actually implement that with the modules.