My test module has:
- 1 Double var
- 1 Table (2 columns)
- 1 String var (to get Double2String from the Double var)
Initially, the table has 5 rows
When I do a Table Loop action, Double var is incremented 1 unit.
I convert this double to String and save it in a String var
I put the string var value in the row1 of the table.
But all rows gets the last value of the Double var
I know the previous text can be a little confused, so there is my sample: double2string_in_table.dat