Hi @NiesonF
You can use the Concat() function
FullList = list1.Concat(list2).ToList
You must initialize the FullList first.