Hello Power Users
Need help in merging all outputs from for each loop. I have a flow where I get 1000+ outputs and I want to merge them as a single CSV or Html file. Also this data is from cost management rest api.
The data would be like this
Rows:
[
56,
20221209,
"Xyz",
"Abc",
"Xyz",
"USD"
]
This Rows doesn't have any headers so it's difficult to get 1000 of Rows in 1 CSV, Also the Json is having columns where the name and value is given separately before this Rows value. Any help is appreciated