How to Add the extra rows to collection where collection already has rows

sainath769

New Member
I have an question please advice, There is application window, we need to select "Frozen" and a table will be loaded, i need to spy that table bring to collection for example the" frozen" has 5 items . after that i need to select "Freezable" in the same table where we get another 3 items in the same table, Now i need to append the 3 row to same collection from 6 to 8th row. the headers for both are same
 

Sukesh Kumaru

Active Member
Hello,

It would be great, if you share screenshot, after scrubbing any sensitive information for clearer understanding.
 

sainath769

New Member
I am Explaining You With other Example
There site with two drop down list of 1 & 2 , if i click 1 button i get a list of 11 Items, take into collection called "ABC"

here when i click 2 button i get a list of 7 item , i need to append the this list of 7 items into collection "ABC" , finally "ABC" collection should contain 18?

Thanks,
sainath
 

Attachments

  • Untitled.png
    198.5 KB · Views: 17
  • Untitled.png
    66.6 KB · Views: 13
  • Untitled.png
    87.2 KB · Views: 13

tabrez

New Member
Hi Sainath 769,

I think below action can help you.
Utility - Collection Manipulation -Append Rows to Collection
 
Top