Hi All,
Below "generates a random number" between 0 and the last row of an Excel data table, single column, 10 rows etc.
Between 0 and %ID_ExcelData.RowsCount%
Basically gives me a random row number within the range, 0-9 etc. (zero based index obvs ).
Trying to print the row is where im having the issue, syntax error.
%ID_ExcelData[%RandomNumber%]%
Had a look on the forum etc but to no avail.
I tried split text on the data table to give me a list but no joy.
Thanks, Mike.