Hello
I am trying to learn BAS better and having problem which i cannot figure out. I have searched the whole forum bit cannot fine solution as "parse from line" is deprecated
example.. i have resource called fruits.csv

In resources
if i use Type -> "LinesFromFile"
it will always take the first line which is Apple, red, sour
if i mix lines it will give me random line.
when i "Create List" using {{fruits}} it just gives me first line automatically
What if i want to select Banana line only? so line 3 ( or actually line 2 if using 0 index)
i try specifing line
{{fruits}} :[3] -> String
{{fruits:3}} -> String
but this is very wrong
do i have to use special expression?
how can i create "New List" using a specific line from csv/string?
Thank you!