I have a flow, where I retrieve data from an API, and at the end I want to save the data in a file, but it always creates files as many times as the repeater is repeated, how do I do so that it only saves 1
Help me please !!
I have a flow, where I retrieve data from an API, and at the end I want to save the data in a file, but it always creates files as many times as the repeater is repeated, how do I do so that it only saves 1
Help me please !!
Hi, I haven't tried that, but can you tell me a little more about what you mean?
You Array Aggregator has a Source Module, meaning it aggregates the results from that module. The source is usually an iterator. In your case, the repeater. However, in your screenshot, the gray background is connecting the array aggregator with the HTTP module.
Click on the aggregator and select the Repeater (18) as the source.