Hi All,
I am just learning and trying various things out, and this is not part of a larger project. I am trying to take a single row of data and append that to an existing collection.
The following is an overview:
- I get data using the Webservice Rest Action and put that into a collection. The result is a nested collection.
- Then I use a Calculation stage to get the row data and store the result into a separate collection that only contains that row.
- Now I am trying to take that one row of data and build a collection that is not nested and will contain all the rows of the nested collection. I can't seem to get the new collection to build without overwriting itself with the newest data.
I tried the following:
- Loop stage that loops over the nested collection
- Get the current row of data
- Add a new row to another collection
- Add data to that new row
- I have also tried adjusting the process and replacing the Add row action with Append Rows to Collection.
I know I must be missing something simple, and if anyone can point me in the correct direction, it will be greatly appreciated because I am sure at some point I will want to append separate rows of data to a collection to build a new data set.
Thanks, Drew
------------------------------
Andrew Miller
------------------------------