How to append new string into items of a List variable

Hi @Komom

Can you try this

List1.Concat(List2).ToList()

Regards,