15 years ago
Datagen issue
Hi, I have a datagen step prior to running a webservice call. It has a variable initid which I have set it up to a random number between 1 and 100. In the request I am referencing the variable as follows: <intiatorId>${#initid}</intiatorId>. The problem is in the database, I see the value 0 being inserted. Am I referencing the variable correctly?