My step3 is a loop operation (5 times). I originally wanted to merge the results of Step5 of 5 loops into Step6 and then send it out through the API of Step7. However, now my Step7 is also executed five times, and the result is the result of each loop instead of the collection of five times.
Can you tell me how to do it? Thank you very much