Original post: Use variable in request URL
I am able to use PUT to a single assetID (โ273โ), which is in the URL.
I then want to use a CSV data file as a runner, to make the assetID a variable in the URL (instead of static โ273โ).
So I created a CSV file where row 1 = โassetIDโ and below are all the assetID numbers.
I then created variable {{assetID}} in the URL, and uploaded the CSV file to form-data. But I get an error in return.
@danny-dainton can you please assist? Or anyone?