I need to add list of data into Interactive Grid automatically using one button called "Populate". But the Interactive Grid itself have its own data, so the new list cannot override the existing data. Instead of override, the new data must be add below existing data in interactive grid.
For example here, the data in 2nd Interactive Grid which is POPULATE1 need to be add in 1st Interactive Grid without replacing any data on it, it have to be a new record on the 1st interactive grid.
the 2nd interactive grid will be hide after this, it just an example to show that the new data will be taken from a list of data, if the data is more than one line such as 3 data, so the 1st interactive grid also will get additional 3 data automatically after click populate button.
