Votes
Answers
Views
Question
0
3
355
asked 12 years ago by candyb
updated 6 years ago by germanlarcher
My API test connects to a database, runs a SELECT statement, closes the db connection. I want the SELECT step to iterate 3 times, issuing the same query but for a different value in the WHERE clause. The variable data is a "Developer Name". - I've put a loop around my select step. - I've set...