Adding row in a csv list

Hi,
I have exported the google sheet as csv and stored the response content as list from csv in a list. I want to create a new row in the list so how can i achieve that?

\r fot new row

but where should I use it I mean I have 5 coloumns and I want to add a row to all 5 of the columns and which block should I use \r to? add item list block?

use the add items to list block together with a make a list block and the 5 items of that row you like to add
https://docs.kodular.io/blocks/lists/#additems
https://docs.kodular.io/blocks/lists/#makealist
Taifun

So no need of \r right?

please try something to find it out yourself
Taifun