Hi All, I’m looking for a way to add the values that I have in a row var as a first line to a list. The code below works, but I’m wondering if there is a better way to do it using notation: do myList.$addbefore(1, rowVar.1, rowVar.2, rowVar.3, rowVar.4,rowVar.5, rowVar.6) ;; my row var has 10s of columns Thank you, Mayada