@Nived_Nambiar I guess you could say its a get.
The main list has a integer column in it that is the id columns of the 2nd list.
I just want to get some extra info (3 columns) from the 2nd list for the results of the 1st list.
Then the html table will have columns from both in it.
So a row in the html table will have 1st List ColumnA,B,C and then 2nd List Column A,B,C
In SQL terms its just a join.
Does that make sense?