Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Mathijs,
I've modified your project a bit (I've attached the modified version). During the loop you were accessing the only one cell all the time: KeywordTests.Test1.Variables.Var1(0, 1)
That's why, you didn't see the differences between the circles of the loop.
As you are using a Table variable to store data, you can access the cells by the column name. For this, I add the code that gets access to data via the Table Data mode. See the Value column of the Log.Message operation in the Keyword editor.