I have an "apply to each" step to get data from an API, the Output has almost 2000 records.
How do I save the body from output to a single file.
The "HTTP 3" here is successfully giving almost 2000 outputs. I know I'm missing an intermediate step.
Please advise.
Nevermind, I got it to work. Apparently all i had to do is create a file outside the "apply to each" loop.
Thanks Anyway.