Hi @Anonymous
What exactly are you trying to do? If you are extracting data from a web page, then you could directly work with a data table structure. Example: retrieving data from each cell in both columns

Note: the above structure would also work for other data tables (Excel, SQL result): the value inside the brackets indicates which column you want to retrieve data from.
In any case, in order to add elements to a list, you first need to create the list and then add items to it. Something like this:


At last, I noticed you displayed message of the %SecondRow% variable although you didn't increase it, meaning it will always be 0.