Hi Stefan,
You can use ""Utility - Collection Manipulation - Append Rows to collection"", but need to do perform few things before.
1. Create a variable of collection type - ""To copy row Collection""
2. Appned your selected row into this collection by calling the ""Collections - Copy Rows"",
- Input parameters: pass your Collection 1, Start Row and End Row (in your case its always the same. Why? Because you want to copy only a single row).
- Out parameters: Use the ""To copy row collection"" created in step 1
3. Now use ""Utility - Collection Manipulation - Append Rows to collection"" with
- input parameters: Collection 2 and ""To copy row Collection""
- out parameters : Collection 2
Let me know how it works out for you.
Thanks,
Joshi