Hi everyone,
I'm actually using a "TableLoop" with 2 "Set value" inside. I have a CSV set as a "Table Variable".
So my "TableLoop" loop on every row of my CSV and I would like to use the value inside the row to set some value inside html field form.
In the "Set Value", I have my CSV from the "Table Variable" in the "From Variable" section, I set the column I will and the "Row Index" to 0.
But, in fact, it set the value of the first row (row index 0 ?) each time.
I would like to switch from row for each loop.
So, can someone help me to achieve this ?
Thanks