I have an excel file with 76k rows, 1 column and am trying to load it into a data source but the datasource is only looking at the first row.
I am running a GET call via the API and in my string it is only pulling in the first number from the datasource instead of reading through all of them as it would if i was using the random data generator.
Can can I get the DataSource to read through all of the numbers in the excel file I am loading?
Thanks.