buster27
Member
Hello,
Here is my problem.
I have an orchestration where I get data from a REST API. The output is an array with multiple rows.
At the end I need to create a CSV file with this data which is ok.
But before that I need to add more information related to each row from the array before creating the CSV file.
I will get the data from another API.
1. Array created with multiple rows as a result of an API
2. Run another API to grab additional information of each row using the Iterate over function
3. Then in the output, how to associate the addtional data from (#2) into the array from (#1) so as a next step I can create my CSV file with all info.
I hope my request is clear enough.
Regards
Franck
Here is my problem.
I have an orchestration where I get data from a REST API. The output is an array with multiple rows.
At the end I need to create a CSV file with this data which is ok.
But before that I need to add more information related to each row from the array before creating the CSV file.
I will get the data from another API.
1. Array created with multiple rows as a result of an API
2. Run another API to grab additional information of each row using the Iterate over function
3. Then in the output, how to associate the addtional data from (#2) into the array from (#1) so as a next step I can create my CSV file with all info.
I hope my request is clear enough.
Regards
Franck