dynamic values are getting in vector but not working.

Hi all,

In the response (gatling.log), I am getting dynamic values in vector. I am using “multivaluedFormParam”, but it still shows error code 600. Is my code have any mistake?

Please tell me how to iterate values over vector. Is there any other way to perform this type of task?

`

.foreach("${fID}",“forID”) {

exec(http(“request”)
.post("/url")
.headers(headers_14)
.body(StringBody("""{“forID”: ${fID}}"""))
.multivaluedFormParam(“forID”, “${fID}”)
.formParam(“a_id”, “000”))
}

`

thanks in advance
Praveen Mourya