Collect result for every loop and pass to Respond to Webhook

I want to collect the results from the Write Binary File node and pass all (in this example 4) results to the Respond to Webhook node. Any suggestions would be really welcome. Thanks in advance.

Hey @dickhoning, you’d need to merge the data from each executions (the loop in your screenshot) back together. You will then be able to use the merged data in your respond to webhook node. An example workflow showing the idea would be available here:

1 Like